From: Michał Górny Date: Sat, 28 Mar 2020 18:37:56 +0000 (+0100) Subject: dev-python/pytest-forked: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f89c587c74fe275bed05c0ac7466c436aa1dcfb8;p=gentoo.git dev-python/pytest-forked: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild b/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild index d4f6a216d5cb..ad0382bac2ef 100644 --- a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild +++ b/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -21,7 +22,6 @@ RDEPEND=" >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} )"