1config BR2_PACKAGE_PYTHON_REQUESTS 2 bool "python-requests" 3 select BR2_PACKAGE_PYTHON_CERTIFI # runtime 4 select BR2_PACKAGE_PYTHON_CHARSET_NORMALIZER # runtime 5 select BR2_PACKAGE_PYTHON_IDNA # runtime 6 select BR2_PACKAGE_PYTHON_URLLIB3 # runtime 7 select BR2_PACKAGE_PYTHON3_SSL # runtime 8 select BR2_PACKAGE_PYTHON3_ZLIB # runtime 9 help 10 Requests is an Apache2 Licensed HTTP library, written in 11 Python, for human beings. 12 13 http://www.python-requests.org/ 14