dev-python/nose: Remove coverage dep on hppa

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-18 09:43:50 +01:00
parent 7fc6bd142d
commit c5fdf11d9e
2 changed files with 2 additions and 2 deletions

View File

@@ -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})

View File

@@ -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*')