diff options
author | 2020-09-20 16:31:54 +0200 | |
---|---|---|
committer | 2020-09-20 16:36:14 +0200 | |
commit | f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc (patch) | |
tree | ea62ab518bdb80a613e5ff3ba2207bad7f34dcc2 | |
parent | dev-util/intel-graphics-compiler-1.0.4111: only block llvm-10 in TC (diff) | |
download | gentoo-f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc.tar.gz gentoo-f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc.tar.bz2 gentoo-f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc.zip |
dev-python/wheel: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 25eed5dcc9c..63905f0112c 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 |