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/dulwich/
Date: Sun, 03 May 2020 06:36:31
Message-Id: 1588487752.af43a5337f26ef94277c9dc497705417ed51ebbb.mgorny@gentoo
1 commit: af43a5337f26ef94277c9dc497705417ed51ebbb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 06:22:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 06:35:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af43a533
7
8 dev-python/dulwich: Omit gevent dep on hppa & ia64
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/dulwich/dulwich-0.19.15.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/dulwich/dulwich-0.19.15.ebuild b/dev-python/dulwich/dulwich-0.19.15.ebuild
16 index 98efcfd48ea..5371f3deab0 100644
17 --- a/dev-python/dulwich/dulwich-0.19.15.ebuild
18 +++ b/dev-python/dulwich/dulwich-0.19.15.ebuild
19 @@ -26,8 +26,10 @@ DEPEND="
20 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
21 test? (
22 ${RDEPEND}
23 - dev-python/gevent[${PYTHON_USEDEP}]
24 - dev-python/geventhttpclient[${PYTHON_USEDEP}]
25 + !hppa? ( !ia64? (
26 + dev-python/gevent[${PYTHON_USEDEP}]
27 + dev-python/geventhttpclient[${PYTHON_USEDEP}]
28 + ) )
29 dev-python/mock[${PYTHON_USEDEP}]
30 dev-python/python-fastimport[${PYTHON_USEDEP}]
31 )"