commit: c5fdf11d9ec30310f33e09bcd9ed2102ea268b88
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 08:43:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 08:47:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fdf11d
dev-python/nose: Remove coverage dep on hppa
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nose/nose-1.3.7-r6.ebuild | 2 +-
dev-python/nose/nose-1.3.7-r7.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/nose/nose-1.3.7-r6.ebuild
b/dev-python/nose/nose-1.3.7-r6.ebuild
index 8b847cf4513..becd426346e 100644
--- a/dev-python/nose/nose-1.3.7-r6.ebuild
+++ b/dev-python/nose/nose-1.3.7-r6.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
coverage? ( ${COV_DEP} )"
DEPEND="${RDEPEND}
test? (
- ${COV_DEP}
+ !hppa? ( ${COV_DEP} )
$(python_gen_cond_dep '
dev-python/twisted[${PYTHON_USEDEP}]
' python3_{6,7,8})
diff --git a/dev-python/nose/nose-1.3.7-r7.ebuild
b/dev-python/nose/nose-1.3.7-r7.ebuild
index f72c21ba252..d448789f3b9 100644
--- a/dev-python/nose/nose-1.3.7-r7.ebuild
+++ b/dev-python/nose/nose-1.3.7-r7.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
)"
DEPEND="${RDEPEND}
test? (
- dev-python/coverage[${PYTHON_USEDEP}]
+ !hppa? ( dev-python/coverage[${PYTHON_USEDEP}] )
$(python_gen_cond_dep '
dev-python/twisted[${PYTHON_USEDEP}]
' 'python3*')