diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-03 08:22:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-03 08:35:52 +0200 |
commit | af43a5337f26ef94277c9dc497705417ed51ebbb (patch) | |
tree | 033e757990ad0fc69a54ea786053e5105d071a51 /dev-python/dulwich | |
parent | profiles/arch/ia64: Mask dev-python/geventhttpclient (diff) | |
download | gentoo-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.ebuild | 6 |
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}] )" |