summaryrefslogtreecommitdiffstats
path: root/package/python-tornado/python-tornado.hash
diff options
context:
space:
mode:
authorJan Dohl <polygon@wh2.tu-dresden.de>2018-06-13 16:28:16 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-24 16:01:49 +0200
commit960f58a2d8bf123ac91201d793bd033130b29dba (patch)
tree638c34abc9d7196aa55c2ba5bcb747cd4eb7eaae /package/python-tornado/python-tornado.hash
parent85a49834caaad9083c4f8480880287253e9be9ec (diff)
downloadbuildroot-960f58a2d8bf123ac91201d793bd033130b29dba.tar.gz
buildroot-960f58a2d8bf123ac91201d793bd033130b29dba.zip
python-tornado: bump to version 5.0.2
Tornado got a requirement on the SSL module in version 5.0.2 which is also checked in the setup.py script before installing. Since the check in buildroot runs against the host-python which is built without SSL support, these checks fail. Adding OpenSSL support to host-python does not make sense since the Python on the target will be a different one. Instead, remove the checks (which, according to the source code comments essentially check for Python >= 2.7.9 / Python3 >= 3.4 which is true for current Buildroot) and select the SSL option of Python/Python3 when Tornado is selected. Signed-off-by: Jan Dohl <polygon@wh2.tu-dresden.de> [Thomas: adjust commit title, convert patch to a Git formatted one.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-tornado/python-tornado.hash')
-rw-r--r--package/python-tornado/python-tornado.hash6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python-tornado/python-tornado.hash b/package/python-tornado/python-tornado.hash
index 662db6f258..c64e537eed 100644
--- a/package/python-tornado/python-tornado.hash
+++ b/package/python-tornado/python-tornado.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi/tornado/json, sha256 locally computed
-md5 838687d20923360af5ab59f101e9e02e tornado-4.5.1.tar.gz
-sha256 db0904a28253cfe53e7dedc765c71596f3c53bb8a866ae50123320ec1a7b73fd tornado-4.5.1.tar.gz
+# md5, sha256 from https://pypi.python.org/pypi/tornado/json
+md5 e5e24ce1c8a4e6442dc38d470172f59e tornado-5.0.2.tar.gz
+sha256 1b83d5c10550f2653380b4c77331d6f8850f287c4f67d7ce1e1c639d9222fbc7 tornado-5.0.2.tar.gz
OpenPOWER on IntegriCloud