mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/googleapis/google-auth-library-python/blob/v2.45.0/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
587 B
Makefile
15 lines
587 B
Makefile
################################################################################
|
|
#
|
|
# python-google-auth
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GOOGLE_AUTH_VERSION = 2.45.0
|
|
PYTHON_GOOGLE_AUTH_SOURCE = google_auth-$(PYTHON_GOOGLE_AUTH_VERSION).tar.gz
|
|
PYTHON_GOOGLE_AUTH_SITE = https://files.pythonhosted.org/packages/e5/00/3c794502a8b892c404b2dea5b3650eb21bfc7069612fbfd15c7f17c1cb0d
|
|
PYTHON_GOOGLE_AUTH_SETUP_TYPE = setuptools
|
|
PYTHON_GOOGLE_AUTH_LICENSE = Apache-2.0
|
|
PYTHON_GOOGLE_AUTH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|