Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Sat, 28 Mar 2020 18:49:16
Message-Id: 1585421332.01788527c088eac2442d725379d867d7d901a391.mgorny@gentoo
1 commit: 01788527c088eac2442d725379d867d7d901a391
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:44:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01788527
7
8 dev-python/pytest-xdist: Set DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
16 index 9322a433bdd..2eac6fceb15 100644
17 --- a/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
18 +++ b/dev-python/pytest-xdist/pytest-xdist-1.31.0.ebuild
19 @@ -3,6 +3,7 @@
20
21 EAPI=7
22
23 +DISTUTILS_USE_SETUPTOOLS=rdepend
24 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
25
26 inherit distutils-r1
27 @@ -25,7 +26,6 @@ RDEPEND="
28 "
29
30 BDEPEND="
31 - dev-python/setuptools[${PYTHON_USEDEP}]
32 dev-python/setuptools_scm[${PYTHON_USEDEP}]
33 test? (
34 ${RDEPEND}