2014-11-17 17:54:28 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_REQUESTS
|
|
|
|
bool "python-requests"
|
2016-01-09 20:37:34 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
2014-11-17 17:54:28 +01:00
|
|
|
help
|
|
|
|
Requests is an Apache2 Licensed HTTP library, written in
|
|
|
|
Python, for human beings.
|
|
|
|
|
|
|
|
http://www.python-requests.org/
|