1config BR2_PACKAGE_PYTHON_GOOGLE_AUTH 2 bool "python-google-auth" 3 select BR2_PACKAGE_PYTHON_CACHETOOLS # runtime 4 select BR2_PACKAGE_PYTHON_PYASN1_MODULES # runtime 5 select BR2_PACKAGE_PYTHON_RSA # runtime 6 help 7 Google Authentication Library. 8 9 https://github.com/googleapis/google-auth-library-python 10