1config BR2_PACKAGE_PYTHON_TREQ 2 bool "python-treq" 3 depends on BR2_PACKAGE_PYTHON3 # python-idna 4 depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl 5 select BR2_PACKAGE_PYTHON_ATTRS # runtime 6 select BR2_PACKAGE_PYTHON_IDNA # runtime 7 select BR2_PACKAGE_PYTHON_INCREMENTAL # runtime 8 select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime 9 select BR2_PACKAGE_PYTHON_REQUESTS # runtime 10 select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime 11 select BR2_PACKAGE_PYTHON_SIX # runtime 12 select BR2_PACKAGE_PYTHON_TWISTED # runtime 13 help 14 treq is an HTTP library inspired by requests but written on 15 top of Twisted's Agents. It provides a simple, higher level 16 API for making HTTP requests when using Twisted. 17 18 https://github.com/twisted/treq 19 20comment "python-treq needs a toolchain w/ C++" 21 depends on BR2_PACKAGE_PYTHON3 22 depends on !BR2_INSTALL_LIBSTDCPP 23