diff options
author | 2020-09-25 10:57:29 +0200 | |
---|---|---|
committer | 2020-09-25 12:19:21 +0200 | |
commit | bb6eeec99e67a1875d7918e3a913808f7c0bc968 (patch) | |
tree | 0c947d562146b584fcf5d18731896312dacd1982 /dev-python | |
parent | dev-python/namespace-google: Remove py2.7 (diff) | |
download | gentoo-bb6eeec99e67a1875d7918e3a913808f7c0bc968.tar.gz gentoo-bb6eeec99e67a1875d7918e3a913808f7c0bc968.tar.bz2 gentoo-bb6eeec99e67a1875d7918e3a913808f7c0bc968.zip |
dev-python/ipaddr: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipaddr/ipaddr-2.2.0-r1.ebuild (renamed from dev-python/ipaddr/ipaddr-2.2.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipaddr/ipaddr-2.2.0.ebuild b/dev-python/ipaddr/ipaddr-2.2.0-r1.ebuild index 84ed45148909..4bc2aa1929eb 100644 --- a/dev-python/ipaddr/ipaddr-2.2.0.ebuild +++ b/dev-python/ipaddr/ipaddr-2.2.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |