diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:02:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:24 +0200 |
commit | f5c95da3aec9cff757793889875ac7459e6972ee (patch) | |
tree | a7fbeb67c6dbf7d4dfbae658c5670a1df1e4634d /dev-python/pytest | |
parent | games-action/garden: drop 1.0.9-r1 (diff) | |
download | gentoo-f5c95da3aec9cff757793889875ac7459e6972ee.tar.gz gentoo-f5c95da3aec9cff757793889875ac7459e6972ee.tar.bz2 gentoo-f5c95da3aec9cff757793889875ac7459e6972ee.zip |
dev-python/pytest: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-4.6.11-r1.ebuild (renamed from dev-python/pytest/pytest-4.6.11.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-4.6.11.ebuild b/dev-python/pytest/pytest-4.6.11-r1.ebuild index 28a2a2237d43..d554a922429e 100644 --- a/dev-python/pytest/pytest-4.6.11.ebuild +++ b/dev-python/pytest/pytest-4.6.11-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 |