commit: a73f792e5f7320e6adbf4b927b69082356a4277f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 08:35:18 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 08:47:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f792e
dev-python/pytest-timeout: Remove hppa pytest-cov dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild
b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild
index 67215929b84..f5ffa5e1be3 100644
--- a/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild
+++ b/dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild
@@ -20,9 +20,9 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv
~s390 sparc x86 ~am
BDEPEND="
test? (
dev-python/pexpect[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
+ !hppa? ( $(python_gen_cond_dep '
dev-python/pytest-cov[${PYTHON_USEDEP}]
- ' -3)
+ ' -3) )
)"
distutils_enable_tests pytest