]> git.ipfire.org Git - thirdparty/tornado.git/commit
Don't require backports.ssl_match_hostname on Python 2.7.9 and newer 1712/head
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 4 May 2016 07:26:22 +0000 (09:26 +0200)
committerYegor Yefremov <yegorslists@googlemail.com>
Wed, 4 May 2016 07:36:09 +0000 (09:36 +0200)
commit24e7d3d1526ad915887062a8463dbd200ef97958
treea449fabd89a1b692952d42de7cab08bd3e345ba1
parentc20c44d776d3bd9b2c002db5aaa9e3b5284a3043
Don't require backports.ssl_match_hostname on Python 2.7.9 and newer

As Python 3.2 support was dropped one can check 2.7.x dependency only.

Tornado running on Python 2.7.9+ doesn't need this backported package,
but some Python packages like circus check package dependencies at
runtime and insist on having backports.ssl_match_hostname installed,
though they don't even use this particular feature.

So checking for exact version makes life of package maintainer easier
especially on embedded Linux distributions like Buildroot.
setup.py