diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:02:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:14 +0200 |
commit | f8cfc6f3065c7a64b7af5fc830a15de7661c54a5 (patch) | |
tree | 97034692045b29bb99cf7d3180a3ab7d166b41fb /dev-python/pytest-cov | |
parent | dev-python/pytest-asyncio: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-f8cfc6f3065c7a64b7af5fc830a15de7661c54a5.tar.gz gentoo-f8cfc6f3065c7a64b7af5fc830a15de7661c54a5.tar.bz2 gentoo-f8cfc6f3065c7a64b7af5fc830a15de7661c54a5.zip |
dev-python/pytest-cov: rm setuptools rdep for pytest entrypoint
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 | 1 |
1 files changed, 0 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 cb1fb3d61127..167fb81e8b9d 100644 --- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |