diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-26 14:25:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-28 15:38:47 +0100 |
commit | d20d376847734f9c2427815b825e8df502d2650c (patch) | |
tree | 40e70e00a25ab1c5b64a4f41d36869aff23a4d26 /dev-python | |
parent | dev-python/requests-toolbelt: Skip pyopenssl dep on non-Rust arches (diff) | |
download | gentoo-d20d376847734f9c2427815b825e8df502d2650c.tar.gz gentoo-d20d376847734f9c2427815b825e8df502d2650c.tar.bz2 gentoo-d20d376847734f9c2427815b825e8df502d2650c.zip |
dev-python/cheroot: Make SSL-related test-dep non-obligatory
Since the SSL test deps (pyopenssl & trustme) both implicitly depend
on Rust now, make them non-obligatory to save arches not supported
by Rust (e.g. ia64).
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cheroot/cheroot-8.5.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/cheroot/cheroot-8.5.2.ebuild b/dev-python/cheroot/cheroot-8.5.2.ebuild index 4d7c7d071b76..c1f5feaa8a1b 100644 --- a/dev-python/cheroot/cheroot-8.5.2.ebuild +++ b/dev-python/cheroot/cheroot-8.5.2.ebuild @@ -27,13 +27,15 @@ BDEPEND=" dev-python/jaraco-context[${PYTHON_USEDEP}] dev-python/jaraco-text[${PYTHON_USEDEP}] dev-python/portend[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}] dev-python/requests-toolbelt[${PYTHON_USEDEP}] dev-python/requests-unixsocket[${PYTHON_USEDEP}] - dev-python/trustme[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] + !ia64? ( + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] + ) ) " |