diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:19:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:24:11 +0200 |
commit | 88a8fca52c748f7cdafe07cedbb97f75e5f63aa4 (patch) | |
tree | af1d1eda54cedd234c8d4b6d9399b2ada706e264 /dev-python/pytest-xprocess | |
parent | dev-python/python-dateutil: Remove python2 (diff) | |
download | gentoo-88a8fca52c748f7cdafe07cedbb97f75e5f63aa4.tar.gz gentoo-88a8fca52c748f7cdafe07cedbb97f75e5f63aa4.tar.bz2 gentoo-88a8fca52c748f7cdafe07cedbb97f75e5f63aa4.zip |
dev-python/pytest-xprocess: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r-- | dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild (renamed from dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild index 058e9c690342..2405f97ecce7 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-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 |