summaryrefslogtreecommitdiffstats
path: root/package/python-tornado/0001-Don-t-require-backports.ssl_match_hostname-on-Python.patch
Commit message (Collapse)AuthorAgeFilesLines
* python-tornado: bump to version 4.4.1Yegor Yefremov2016-09-141-37/+0
| | | | | | Remove upstream patch. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-tornado: fix runtime dependenciesYegor Yefremov2016-07-011-0/+37
According to setup.py tornado requires backports.ssl_match_hostname for Python < 3.2 and certifi for Python < 3.4. Actually both requirements are optional and tornado alone can work without them, but Python packages like python-circus check requirements at runtime and though they don't use this funtionality, they insist on having these packages installed. An upstream patch fixes backports.ssl_match_hostname dependency and selecting python-certifi for Python 2 fixes certifi dependency till this is fixed upstream. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud