mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
config BR2_PACKAGE_PYTHON_GOOGLE_API_CORE
|
|
bool "python-google-api-core"
|
|
depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS # python-proto-plus
|
|
select BR2_PACKAGE_PYTHON_GOOGLE_AUTH # runtime
|
|
select BR2_PACKAGE_PYTHON_GOOGLEAPIS_COMMON_PROTOS # runtime
|
|
select BR2_PACKAGE_PYTHON_PROTO_PLUS # 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
|