582c627239
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-auth/CHANGELOG.md 2.47.0 removed the dependency to cachetools: https://github.com/googleapis/google-auth-library-python/commit/5c07e1c4f52bc77a1b16fa3b7b3c5269c242f6f4 2.48.0 added a dependency to cryptography: https://github.com/googleapis/google-auth-library-python/commit/52558ae2881b1e6555f6f5c0d76365c15807ead9 2.49.1 removed the dependency to rsa: https://github.com/googleapis/google-cloud-python/commit/e8927b9c0257912dc3eca42307bde10c505e3975 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS dep in Config.in] 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.49.1
|
|
PYTHON_GOOGLE_AUTH_SOURCE = google_auth-$(PYTHON_GOOGLE_AUTH_VERSION).tar.gz
|
|
PYTHON_GOOGLE_AUTH_SITE = https://files.pythonhosted.org/packages/ea/80/6a696a07d3d3b0a92488933532f03dbefa4a24ab80fb231395b9a2a1be77
|
|
PYTHON_GOOGLE_AUTH_SETUP_TYPE = setuptools
|
|
PYTHON_GOOGLE_AUTH_LICENSE = Apache-2.0
|
|
PYTHON_GOOGLE_AUTH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|