summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 19:30:38 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 19:48:22 +0100
commitf6f2a53ad504fb31382046356a2d4560739381c8 (patch)
tree3b86de0c52d8efc81ea79afecfab8d3a74c6b7a9
parentdev-python/pytest-cache: Remove redundant versions (diff)
downloadgentoo-f6f2a53ad504fb31382046356a2d4560739381c8.tar.gz
gentoo-f6f2a53ad504fb31382046356a2d4560739381c8.tar.bz2
gentoo-f6f2a53ad504fb31382046356a2d4560739381c8.zip
dev-python/pytest-cov: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-cov/pytest-cov-2.8.1.ebuild2
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 1e4b3ea6f140..2c1f3a751897 100644
--- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
inherit distutils-r1
@@ -23,7 +24,6 @@ RDEPEND="
>=dev-python/coverage-4.4[${PYTHON_USEDEP}]
"
DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/virtualenv[${PYTHON_USEDEP}]
dev-python/fields[${PYTHON_USEDEP}]