mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-auth/CHANGELOG.md 2.47.0 removed the dependency to cachetools:5c07e1c4f52.48.0 added a dependency to cryptography:52558ae2882.49.1 removed the dependency to rsa:e8927b9c02Signed-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))
|