summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:15:11 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:15:11 +0100
commitab52cd97be231e7c1882f01f30ff07e53d140228 (patch)
tree60f2982db6eb62536e22b96fe014c9c7085e8a55 /dev-python/python-discid
parentdev-python/python-cstruct: Remove Py2 (diff)
downloadgentoo-ab52cd97be231e7c1882f01f30ff07e53d140228.tar.gz
gentoo-ab52cd97be231e7c1882f01f30ff07e53d140228.tar.bz2
gentoo-ab52cd97be231e7c1882f01f30ff07e53d140228.zip
dev-python/python-discid: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r--dev-python/python-discid/python-discid-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-discid/python-discid-1.1.1.ebuild b/dev-python/python-discid/python-discid-1.1.1.ebuild
index 1b53ca29f342..b1eea0dcb43f 100644
--- a/dev-python/python-discid/python-discid-1.1.1.ebuild
+++ b/dev-python/python-discid/python-discid-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1