summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 10:38:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 11:36:07 +0200
commit318cbc7b28694da5296bcab9565e9d54f78f499d (patch)
tree9360f02d6e13dbf2480377e24c06fa9726e34d66 /dev-python/distro
parentdev-python/ctypesgen: Remove old (diff)
downloadgentoo-318cbc7b28694da5296bcab9565e9d54f78f499d.tar.gz
gentoo-318cbc7b28694da5296bcab9565e9d54f78f499d.tar.bz2
gentoo-318cbc7b28694da5296bcab9565e9d54f78f499d.zip
dev-python/distro: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/distro')
-rw-r--r--dev-python/distro/distro-1.5.0-r1.ebuild (renamed from dev-python/distro/distro-1.5.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/distro/distro-1.5.0.ebuild b/dev-python/distro/distro-1.5.0-r1.ebuild
index e0de7ed13dac..ef4fd2bcef42 100644
--- a/dev-python/distro/distro-1.5.0.ebuild
+++ b/dev-python/distro/distro-1.5.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1