summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-09-25 15:43:32 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-09-25 15:43:32 +0200
commit8f62bcb9e696c73d0e5c9887c92c2a64a7dce26a (patch)
treefcf215fea3929e7a037943ef1aced809c4d2058d /dev-python
parentnet-misc/x2goclient: drop qt4 support, bug #631892 (diff)
downloadgentoo-8f62bcb9e696c73d0e5c9887c92c2a64a7dce26a.tar.gz
gentoo-8f62bcb9e696c73d0e5c9887c92c2a64a7dce26a.tar.bz2
gentoo-8f62bcb9e696c73d0e5c9887c92c2a64a7dce26a.zip
dev-python/backports-ssl-match-hostname: Drop python3_5+ targets
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild
index 7952bafe9535..fbc3b731ea54 100644
--- a/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild
+++ b/dev-python/backports-ssl-match-hostname/backports-ssl-match-hostname-3.5.0.1-r1.ebuild
@@ -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