From 01788527c088eac2442d725379d867d7d901a391 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 28 Mar 2020 19:44:16 +0100 Subject: dev-python/pytest-xdist: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-xdist') diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild index 9322a433bdd3..2eac6fceb15d 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -25,7 +26,6 @@ RDEPEND=" " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} -- cgit v1.2.3-65-gdbad