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>
10 lines
346 B
Plaintext
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
|