mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 09:00:38 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
623 B
Makefile
15 lines
623 B
Makefile
################################################################################
|
|
#
|
|
# python-google-api-core
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GOOGLE_API_CORE_VERSION = 2.20.0
|
|
PYTHON_GOOGLE_API_CORE_SOURCE = google_api_core-$(PYTHON_GOOGLE_API_CORE_VERSION).tar.gz
|
|
PYTHON_GOOGLE_API_CORE_SITE = https://files.pythonhosted.org/packages/c8/5c/31c1742a53b79c8a0c4757b5fae2e8ab9c519cbd7b98c587d4294e1d2d16
|
|
PYTHON_GOOGLE_API_CORE_SETUP_TYPE = setuptools
|
|
PYTHON_GOOGLE_API_CORE_LICENSE = Apache-2.0
|
|
PYTHON_GOOGLE_API_CORE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|