Config.in 596 B

123456789101112131415
  1. config BR2_PACKAGE_PYTHON_GRPC_REQUESTS
  2. bool "python-grpc-requests"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
  4. depends on BR2_INSTALL_LIBSTDCPP # python-grpcio
  5. select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
  6. select BR2_PACKAGE_PYTHON_GOOGLE_API_CORE # runtime
  7. select BR2_PACKAGE_PYTHON_GRPCIO # runtime
  8. select BR2_PACKAGE_PYTHON_GRPCIO_REFLECTION # runtime
  9. help
  10. grpc for Humans. grpc reflection support client.
  11. https://github.com/wesky93/grpc_requests
  12. comment "python-grpcio-requests needs a toolchain w/ C++"
  13. depends on !BR2_INSTALL_LIBSTDCPP