summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 16:31:54 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 16:36:14 +0200
commitf1ee1f5a4f28f87c42f8cfa19580899c4ce095cc (patch)
treeea62ab518bdb80a613e5ff3ba2207bad7f34dcc2 /dev-python
parentdev-util/intel-graphics-compiler-1.0.4111: only block llvm-10 in TC (diff)
downloadgentoo-f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc.tar.gz
gentoo-f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc.tar.bz2
gentoo-f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc.zip
dev-python/wheel: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wheel/wheel-0.35.1-r1.ebuild (renamed from dev-python/wheel/wheel-0.35.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wheel/wheel-0.35.1.ebuild b/dev-python/wheel/wheel-0.35.1-r1.ebuild
index 25eed5dcc9ca..63905f0112c1 100644
--- a/dev-python/wheel/wheel-0.35.1.ebuild
+++ b/dev-python/wheel/wheel-0.35.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1 eutils