dev-python/pytest-xdist: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 18:44:16 +0000 (19:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 18:48:52 +0000 (19:48 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild

index 9322a433bdd3be0efc19461989f2d7a07b1b865a..2eac6fceb15d04fbd0e279a3ef8641c56dc252db 100644 (file)
@@ -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}