diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-12-01 11:15:54 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-01 11:16:42 +0100 |
commit | fe1b2ef1d3236ffd36e0ec033566d45fcd9ba3fb (patch) | |
tree | fd6edbe93b19b167b105897e3de6a7c11eac4f9c /package/python-requests/Config.in | |
parent | 9a5434fbfc98a0c427c880b167b8ca3499b44e87 (diff) | |
parent | 9b47f40bb29d9be34afabfb423bab0ad45cbc11f (diff) | |
download | buildroot-fe1b2ef1d3236ffd36e0ec033566d45fcd9ba3fb.tar.gz buildroot-fe1b2ef1d3236ffd36e0ec033566d45fcd9ba3fb.zip |
Merge branch 'next'
Conflicts:
Makefile
package/flac/0001-fix-altivec-logic.patch
package/grantlee/Config.in
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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/ |