summaryrefslogtreecommitdiffstats
path: root/package/python-requests/python-requests.mk
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/python-requests.mk
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/python-requests.mk')
-rw-r--r--package/python-requests/python-requests.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
index 5c12f1b560..8cda2c5148 100644
--- a/package/python-requests/python-requests.mk
+++ b/package/python-requests/python-requests.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PYTHON_REQUESTS_VERSION = 2.4.3
+PYTHON_REQUESTS_VERSION = 2.9.1
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
PYTHON_REQUESTS_SITE = http://pypi.python.org/packages/source/r/requests
PYTHON_REQUESTS_SETUP_TYPE = setuptools
OpenPOWER on IntegriCloud