From: Michał Górny Date: Sat, 28 Mar 2020 18:30:38 +0000 (+0100) Subject: dev-python/pytest-cov: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6f2a53ad504fb31382046356a2d4560739381c8;p=gentoo.git dev-python/pytest-cov: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- 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}]