dev-python/backports-ssl-match-hostname: Drop python3_5+ targets

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Manuel Rüger
2017-09-25 15:43:32 +02:00
parent 0fabf40fc7
commit 8f62bcb9e6

View File

@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
# This is a backport from python3.5+
# Do not add python3.5 or later support here, there's no need for it.
PYTHON_COMPAT=( python{2_7,3_4} pypy )
inherit distutils-r1