diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:44:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 19:48:52 +0100 |
commit | 01788527c088eac2442d725379d867d7d901a391 (patch) | |
tree | 574f25b7b9b67bbefc8b669922998c3013035f22 /dev-python/pytest-xdist | |
parent | dev-python/pytest-timeout: Remove redundant versions (diff) | |
download | gentoo-01788527c088eac2442d725379d867d7d901a391.tar.gz gentoo-01788527c088eac2442d725379d867d7d901a391.tar.bz2 gentoo-01788527c088eac2442d725379d867d7d901a391.zip |
dev-python/pytest-xdist: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} |