Config.in 509 B

1234567891011121314
  1. config 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. http://www.python-requests.org/