summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-03 08:22:47 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-03 08:35:52 +0200
commitaf43a5337f26ef94277c9dc497705417ed51ebbb (patch)
tree033e757990ad0fc69a54ea786053e5105d071a51 /dev-python/dulwich
parentprofiles/arch/ia64: Mask dev-python/geventhttpclient (diff)
downloadgentoo-af43a5337f26ef94277c9dc497705417ed51ebbb.tar.gz
gentoo-af43a5337f26ef94277c9dc497705417ed51ebbb.tar.bz2
gentoo-af43a5337f26ef94277c9dc497705417ed51ebbb.zip
dev-python/dulwich: Omit gevent dep on hppa & ia64
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/dulwich-0.19.15.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/dulwich/dulwich-0.19.15.ebuild b/dev-python/dulwich/dulwich-0.19.15.ebuild
index 98efcfd48ea0..5371f3deab02 100644
--- a/dev-python/dulwich/dulwich-0.19.15.ebuild
+++ b/dev-python/dulwich/dulwich-0.19.15.ebuild
@@ -26,8 +26,10 @@ DEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
${RDEPEND}
- dev-python/gevent[${PYTHON_USEDEP}]
- dev-python/geventhttpclient[${PYTHON_USEDEP}]
+ !hppa? ( !ia64? (
+ dev-python/gevent[${PYTHON_USEDEP}]
+ dev-python/geventhttpclient[${PYTHON_USEDEP}]
+ ) )
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-fastimport[${PYTHON_USEDEP}]
)"