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