python-tornado: bump to version 5.0.2
authorJan Dohl <polygon@wh2.tu-dresden.de>
Wed, 13 Jun 2018 14:28:16 +0000 (16:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 24 Jun 2018 14:01:49 +0000 (16:01 +0200)
commit960f58a2d8bf123ac91201d793bd033130b29dba
tree638c34abc9d7196aa55c2ba5bcb747cd4eb7eaae
parent85a49834caaad9083c4f8480880287253e9be9ec
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>
package/python-tornado/0001-Disable-SSL-checks.patch [new file with mode: 0644]
package/python-tornado/Config.in
package/python-tornado/python-tornado.hash
package/python-tornado/python-tornado.mk