Files
Bernd Kuhls 582c627239 package/python-google-auth: bump version to 2.49.1
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-auth/CHANGELOG.md

2.47.0 removed the dependency to cachetools:
5c07e1c4f5

2.48.0 added a dependency to cryptography:
52558ae288

2.49.1 removed the dependency to rsa:
e8927b9c02

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>
2026-03-15 21:32:22 +01:00

10 lines
346 B
Plaintext

config BR2_PACKAGE_PYTHON_GOOGLE_AUTH
bool "python-google-auth"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime
help
Google Authentication Library.
https://github.com/googleapis/google-auth-library-python