Files
rpi-buildroot/package/python-grpc-requests/Config.in
James Hilliard 7bfa483f81 package/python-grpc-requests: bump to version 0.1.20
Add new python-protobuf runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-09-15 10:31:52 +02:00

22 lines
964 B
Plaintext

config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
bool "python-grpc-requests"
depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS # python-google-api-core, python-protobuf
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS # python-grpcio
depends on BR2_INSTALL_LIBSTDCPP # python-grpcio
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_GOOGLE_API_CORE # runtime
select BR2_PACKAGE_PYTHON_GRPCIO # runtime
select BR2_PACKAGE_PYTHON_GRPCIO_REFLECTION # runtime
select BR2_PACKAGE_PYTHON_PROTOBUF # runtime
help
grpc for Humans. grpc reflection support client.
https://github.com/wesky93/grpc_requests
comment "python-grpcio-requests needs a toolchain w/ C++"
depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS
depends on !BR2_INSTALL_LIBSTDCPP