1config 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_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS # python-grpcio
5	depends on BR2_INSTALL_LIBSTDCPP # python-grpcio
6	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
7	select BR2_PACKAGE_PYTHON_GOOGLE_API_CORE # runtime
8	select BR2_PACKAGE_PYTHON_GRPCIO # runtime
9	select BR2_PACKAGE_PYTHON_GRPCIO_REFLECTION # runtime
10	help
11	  grpc for Humans. grpc reflection support client.
12
13	  https://github.com/wesky93/grpc_requests
14
15comment "python-grpcio-requests needs a toolchain w/ C++"
16	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
17	depends on BR2_PACKAGE_PYTHON_GRPCIO_ARCH_SUPPORTS
18	depends on !BR2_INSTALL_LIBSTDCPP
19