|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
|
|
config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
|
|
bool "python-grpc-requests"
|
|
bool "python-grpc-requests"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # python-grpcio
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
|
select BR2_PACKAGE_PYTHON_GOOGLE_API_CORE # runtime
|
|
select BR2_PACKAGE_PYTHON_GOOGLE_API_CORE # runtime
|
|
select BR2_PACKAGE_PYTHON_GRPCIO # runtime
|
|
select BR2_PACKAGE_PYTHON_GRPCIO # runtime
|
|
@@ -9,3 +10,6 @@ config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
|
|
grpc for Humans. grpc reflection support client.
|
|
grpc for Humans. grpc reflection support client.
|
|
|
|
|
|
https://github.com/wesky93/grpc_requests
|
|
https://github.com/wesky93/grpc_requests
|
|
|
|
+
|
|
|
|
+comment "python-grpcio-requests needs a toolchain w/ C++"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP
|