1config BR2_PACKAGE_PYTHON_GOOGLE_API_CORE 2 bool "python-google-api-core" 3 select BR2_PACKAGE_PYTHON_GOOGLE_AUTH # runtime 4 select BR2_PACKAGE_PYTHON_GOOGLEAPIS_COMMON_PROTOS # runtime 5 select BR2_PACKAGE_PYTHON_PROTOBUF # runtime 6 select BR2_PACKAGE_PYTHON_REQUESTS # runtime 7 help 8 Google API client core library. 9 10 https://github.com/googleapis/python-api-core 11