summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-18 09:43:50 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-18 09:47:41 +0100
commitc5fdf11d9ec30310f33e09bcd9ed2102ea268b88 (patch)
tree4d2f63aef117e1b9d4c9866d3a4699674eb7df17 /dev-python
parentdev-python/pytest-cov: Remove hppa keyword due to deps losing it (diff)
downloadgentoo-c5fdf11d9ec30310f33e09bcd9ed2102ea268b88.tar.gz
gentoo-c5fdf11d9ec30310f33e09bcd9ed2102ea268b88.tar.bz2
gentoo-c5fdf11d9ec30310f33e09bcd9ed2102ea268b88.zip
dev-python/nose: Remove coverage dep on hppa
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nose/nose-1.3.7-r6.ebuild2
-rw-r--r--dev-python/nose/nose-1.3.7-r7.ebuild2
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 8b847cf45139..becd426346ef 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 f72c21ba2527..d448789f3b96 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*')