diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-28 12:38:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-28 15:38:48 +0100 |
commit | eb68e45f8d56ef821eb64a47f5c77e77a0449403 (patch) | |
tree | 7ad5a65e7352dff15166a73ee1429571bd1977ba | |
parent | dev-python/passlib: Skip cryptography dep on non-Rust arches (diff) | |
download | gentoo-eb68e45f8d56ef821eb64a47f5c77e77a0449403.tar.gz gentoo-eb68e45f8d56ef821eb64a47f5c77e77a0449403.tar.bz2 gentoo-eb68e45f8d56ef821eb64a47f5c77e77a0449403.zip |
dev-python/twisted: Skip SSL test dep on non-Rust arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/twisted/twisted-21.7.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/twisted/twisted-21.7.0.ebuild b/dev-python/twisted/twisted-21.7.0.ebuild index 12bb706747a7..f8a4e6b64c94 100644 --- a/dev-python/twisted/twisted-21.7.0.ebuild +++ b/dev-python/twisted/twisted-21.7.0.ebuild @@ -65,15 +65,17 @@ BDEPEND=" >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] dev-python/bcrypt[${PYTHON_USEDEP}] >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}] - >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}] dev-python/cython-test-exception-raiser[${PYTHON_USEDEP}] dev-python/gmpy[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] - dev-python/service_identity[${PYTHON_USEDEP}] net-misc/openssh + !alpha? ( !hppa? ( !ia64? ( + >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] + dev-python/service_identity[${PYTHON_USEDEP}] + ) ) ) ) " |