Files
rpi-buildroot/package/python-google-api-core/Config.in
James Hilliard 6b34faee34 package/python-google-api-core: bump to version 2.19.2
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>
2024-09-15 10:02:56 +02:00

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