commit:     eb68e45f8d56ef821eb64a47f5c77e77a0449403
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 28 11:38:48 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 14:38:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb68e45f

dev-python/twisted: Skip SSL test dep on non-Rust arches

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/twisted/twisted-21.7.0.ebuild | 8 +++++---
 1 file 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}]
+               ) ) )
        )
 "
 

Reply via email to