summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 11:08:30 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 11:14:29 +0200
commitfb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223 (patch)
tree74258bd64ab72cc0c3d06a606487f69e83d73d23 /dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
parentdev-python/pytest-rerunfailures: Remove py2.7 (diff)
downloadgentoo-fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223.tar.gz
gentoo-fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223.tar.bz2
gentoo-fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223.zip
dev-python/python-distutils-extra: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild')
-rw-r--r--dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
index 2435497c9c4c..c77a8ea00a24 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1