diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:47:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:48:50 +0200 |
commit | e14f5477fcfad69f11294338fbbb31f3f2e33e4d (patch) | |
tree | d77ba3e4cce852ccc91dd87f8ee2c5a2ae965a6c /dev-python/pytest-cov | |
parent | dev-python/pytest-timeout: Restrict pytest-cov dep to py3 (diff) | |
download | gentoo-e14f5477fcfad69f11294338fbbb31f3f2e33e4d.tar.gz gentoo-e14f5477fcfad69f11294338fbbb31f3f2e33e4d.tar.bz2 gentoo-e14f5477fcfad69f11294338fbbb31f3f2e33e4d.zip |
dev-python/pytest-cov: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild index 9bf837927521..974fb87fee81 100644 --- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |