mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 06:03:52 -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>
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
|