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/webtest/
Date: Mon, 27 Jan 2020 07:22:54
Message-Id: 1580109737.a0abf6f0df7f0a325c5a429beba560bf7c133810.mgorny@gentoo
1 commit: a0abf6f0df7f0a325c5a429beba560bf7c133810
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 06:43:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 07:22:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0abf6f0
7
8 dev-python/webtest: Set DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webtest/webtest-2.0.33.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild
16 index 3f9b7c6ca0e..248cccfad19 100644
17 --- a/dev-python/webtest/webtest-2.0.33.ebuild
18 +++ b/dev-python/webtest/webtest-2.0.33.ebuild
19 @@ -3,6 +3,7 @@
20
21 EAPI=7
22
23 +DISTUTILS_USE_SETUPTOOLS=rdepend
24 PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
25
26 inherit distutils-r1
27 @@ -30,7 +31,6 @@ RDEPEND="
28 dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
29 BDEPEND="${RDEPEND}
30 app-arch/unzip
31 - dev-python/setuptools[${PYTHON_USEDEP}]
32 test? ( dev-python/nose[${PYTHON_USEDEP}]
33 dev-python/pyquery[${PYTHON_USEDEP}]
34 dev-python/pastedeploy[${PYTHON_USEDEP}]