From f89c587c74fe275bed05c0ac7466c436aa1dcfb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 28 Mar 2020 19:37:56 +0100 Subject: [PATCH] dev-python/pytest-forked: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-forked/pytest-forked-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )" -- 2.26.2