summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:16:24 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:16:24 +0100
commit8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb (patch)
tree50f749a825f9fc73b82bc2e707b9c76350a39642
parentdev-python/uncertainties: Remove Py2 (diff)
downloadgentoo-8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb.tar.gz
gentoo-8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb.tar.bz2
gentoo-8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb.zip
dev-python/uncompyle6: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/uncompyle6/uncompyle6-2.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
index b6efee3fc7bc..abbd80007a6f 100644
--- a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1