1config BR2_PACKAGE_PYTHON_GRPCIO_REFLECTION 2 bool "python-grpcio-reflection" 3 depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS # python-grpcio 4 depends on BR2_INSTALL_LIBSTDCPP # python-grpcio 5 select BR2_PACKAGE_PYTHON_GRPCIO # runtime 6 select BR2_PACKAGE_PYTHON_PROTOBUF # runtime 7 help 8 Standard Protobuf Reflection Service for gRPC. 9 10 https://grpc.io 11 12comment "python-grpcio-reflection needs a toolchain w/ C++" 13 depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS 14 depends on !BR2_INSTALL_LIBSTDCPP 15