diff options
author | 2020-08-22 11:06:09 +0200 | |
---|---|---|
committer | 2020-08-22 11:15:35 +0200 | |
commit | 6ce17523d3fba66d1d381caf722f8faff2149f3a (patch) | |
tree | ee53c71a4e83e8de6d5bd2d76456ad5e924369c6 /dev-python/dnspython | |
parent | package.mask: Last rite dev-python/{faulthandler,fdsend} (diff) | |
download | gentoo-6ce17523d3fba66d1d381caf722f8faff2149f3a.tar.gz gentoo-6ce17523d3fba66d1d381caf722f8faff2149f3a.tar.bz2 gentoo-6ce17523d3fba66d1d381caf722f8faff2149f3a.zip |
dev-python/dnspython: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.16.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild index b49d7e036e1d..e0d43deafa96 100644 --- a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild +++ b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |