xref: /OK3568_Linux_fs/buildroot/package/python-requests/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_REQUESTS
2	bool "python-requests"
3	depends on BR2_PACKAGE_PYTHON3 # python-idna
4	select BR2_PACKAGE_PYTHON_CERTIFI # runtime
5	select BR2_PACKAGE_PYTHON_CHARSET_NORMALIZER # runtime
6	select BR2_PACKAGE_PYTHON_IDNA # runtime
7	select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
8	select BR2_PACKAGE_PYTHON3_SSL # runtime
9	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
10	help
11	  Requests is an Apache2 Licensed HTTP library, written in
12	  Python, for human beings.
13
14	  http://www.python-requests.org/
15