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