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-httpbin/
Date: Fri, 21 Feb 2020 10:08:35
Message-Id: 1582279705.b245f9859273202a67b2f4e6fcd8d92167017576.mgorny@gentoo
1 commit: b245f9859273202a67b2f4e6fcd8d92167017576
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 06:47:31 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 10:08:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b245f985
7
8 dev-python/pytest-httpbin: Set DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
16 index 045e7e10be8..d2dbd01e477 100644
17 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
18 +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
19 @@ -4,6 +4,7 @@
20 EAPI=7
21
22 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
23 +DISTUTILS_USE_SETUPTOOLS=rdepend
24
25 inherit distutils-r1
26
27 @@ -20,8 +21,6 @@ RDEPEND="
28 dev-python/httpbin[${PYTHON_USEDEP}]
29 dev-python/six[${PYTHON_USEDEP}]
30 "
31 -BDEPEND="
32 - dev-python/setuptools[${PYTHON_USEDEP}]"
33
34 PATCHES=(
35 "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch