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-forked/
Date: Sat, 28 Mar 2020 18:49:13
Message-Id: 1585421313.f89c587c74fe275bed05c0ac7466c436aa1dcfb8.mgorny@gentoo
1 commit: f89c587c74fe275bed05c0ac7466c436aa1dcfb8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:37:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:48:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89c587c
7
8 dev-python/pytest-forked: Set DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-forked/pytest-forked-1.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild b/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild
16 index d4f6a216d5c..ad0382bac2e 100644
17 --- a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild
18 +++ b/dev-python/pytest-forked/pytest-forked-1.1.3.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 @@ -21,7 +22,6 @@ RDEPEND="
28 >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]"
29
30 BDEPEND="
31 - dev-python/setuptools[${PYTHON_USEDEP}]
32 dev-python/setuptools_scm[${PYTHON_USEDEP}]
33 test? ( ${RDEPEND} )"