From c5fdf11d9ec30310f33e09bcd9ed2102ea268b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 18 Nov 2020 09:43:50 +0100 Subject: [PATCH] dev-python/nose: Remove coverage dep on hppa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 8b847cf451391..becd426346ef2 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 f72c21ba25271..d448789f3b968 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*')