dev-python/backports-ssl-match-hostname: Support newer python

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Pacho Ramos
2017-09-25 15:29:58 +02:00
parent 7fcafe7a39
commit dfb60374f3

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1