diff options
Diffstat (limited to 'package/python-requests/Config.in')
-rw-r--r-- | package/python-requests/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-requests/Config.in b/package/python-requests/Config.in new file mode 100644 index 0000000000..3367cf0707 --- /dev/null +++ b/package/python-requests/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_REQUESTS + bool "python-requests" + help + Requests is an Apache2 Licensed HTTP library, written in + Python, for human beings. + + http://www.python-requests.org/ |