summaryrefslogtreecommitdiffstats
path: root/package/python-requests/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-09 20:37:34 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-13 22:10:14 +0100
commit4cc36ef9867feef9ba3da42fc345f0c61b3ed847 (patch)
treeafab0dd09320c01e15ffc80dd54e8cb7675bffd2 /package/python-requests/Config.in
parentc1a674f99422b2cc3b5fbe30b7abb255be71b6c0 (diff)
downloadbuildroot-4cc36ef9867feef9ba3da42fc345f0c61b3ed847.tar.gz
buildroot-4cc36ef9867feef9ba3da42fc345f0c61b3ed847.zip
python-requests: bump to 2.9.1
Add missing zlib runtime dependency. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-requests/Config.in')
-rw-r--r--package/python-requests/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python-requests/Config.in b/package/python-requests/Config.in
index 3367cf0707..23ab3092d5 100644
--- a/package/python-requests/Config.in
+++ b/package/python-requests/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_PYTHON_REQUESTS
bool "python-requests"
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
help
Requests is an Apache2 Licensed HTTP library, written in
Python, for human beings.
OpenPOWER on IntegriCloud