diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-18 09:35:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-18 09:47:39 +0100 |
commit | a73f792e5f7320e6adbf4b927b69082356a4277f (patch) | |
tree | d0995a5c7b98e898d843c8499f1dea1e4e5d8e3d /dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild | |
parent | dev-python/cov-core: Remove hppa keyword due to deps losing it (diff) | |
download | gentoo-a73f792e5f7320e6adbf4b927b69082356a4277f.tar.gz gentoo-a73f792e5f7320e6adbf4b927b69082356a4277f.tar.bz2 gentoo-a73f792e5f7320e6adbf4b927b69082356a4277f.zip |
dev-python/pytest-timeout: Remove hppa pytest-cov dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.4.2-r1.ebuild | 4 |
1 files 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 67215929b84e..f5ffa5e1be32 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 |