Config.in 665 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS
  2. bool
  3. # see third_party/boringssl-with-bazel/src/include/openssl/target.h
  4. default y if BR2_aarch64 || BR2_aarch64_be
  5. default y if BR2_arm || BR2_armeb
  6. default y if BR2_i386 || BR2_x86_64
  7. default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
  8. default y if BR2_riscv
  9. config BR2_PACKAGE_PYTHON_GRPCIO
  10. bool "python-grpcio"
  11. depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS
  12. depends on BR2_INSTALL_LIBSTDCPP
  13. help
  14. HTTP/2-based RPC framework.
  15. https://grpc.io
  16. comment "python-grpcio needs a toolchain w/ C++"
  17. depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS
  18. depends on !BR2_INSTALL_LIBSTDCPP