|
@@ -1,5 +1,6 @@
|
|
|
config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
|
|
|
bool "python-grpc-requests"
|
|
|
+ depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS # python-google-api-core
|
|
|
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
|
|
@@ -13,6 +14,7 @@ config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
|
|
|
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
|