Add new python-proto-plus runtime dependency, which requires adding BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS and propagate to reverse dependencies. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|