diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 09:54:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 09:56:53 +0200 |
commit | 2d17d826e659b025a95347fb607e3e7b9884aba5 (patch) | |
tree | a9fb795b7aa87e4c6ac4fa1f87e66a0b9af2499c /dev-python/pytest-xdist | |
parent | dev-python/argcomplete: Remove python2 (diff) | |
download | gentoo-2d17d826e659b025a95347fb607e3e7b9884aba5.tar.gz gentoo-2d17d826e659b025a95347fb607e3e7b9884aba5.tar.bz2 gentoo-2d17d826e659b025a95347fb607e3e7b9884aba5.zip |
dev-python/pytest-xdist: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild (renamed from dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild index d71a0fb7c1d9..b34112be396f 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.34.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |