diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:11:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:15:41 +0200 |
commit | 6c894f807cfa99a23463710411782c1b6c427be6 (patch) | |
tree | ab5c55f979841cc23612e10c42c5f50527fff5c2 /dev-python/genshi | |
parent | dev-python/suds: Remove py2 (diff) | |
download | gentoo-6c894f807cfa99a23463710411782c1b6c427be6.tar.gz gentoo-6c894f807cfa99a23463710411782c1b6c427be6.tar.bz2 gentoo-6c894f807cfa99a23463710411782c1b6c427be6.zip |
dev-python/genshi: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/genshi')
-rw-r--r-- | dev-python/genshi/genshi-0.7.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/genshi/genshi-0.7.3-r1.ebuild b/dev-python/genshi/genshi-0.7.3-r1.ebuild index 107da6d4139e..e1b71c283652 100644 --- a/dev-python/genshi/genshi-0.7.3-r1.ebuild +++ b/dev-python/genshi/genshi-0.7.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |