mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
config BR2_PACKAGE_PYTHON_GOOGLE_API_CORE
|
|
bool "python-google-api-core"
|
|
select BR2_PACKAGE_PYTHON_GOOGLE_AUTH # runtime
|
|
select BR2_PACKAGE_PYTHON_GOOGLEAPIS_COMMON_PROTOS # runtime
|
|
select BR2_PACKAGE_PYTHON_PROTOBUF # runtime
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
help
|
|
Google API client core library.
|
|
|
|
https://github.com/googleapis/python-api-core
|