summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-11-28 12:37:49 +0100
committerMichał Górny <mgorny@gentoo.org>2021-11-28 15:38:48 +0100
commitcbe2006cf1e1aadf594c8b838b3f21214511c1d7 (patch)
treef6ee6b345b2adffd4c8df56b10f1134f55f5fc73 /dev-python/passlib
parentdev-python/cheroot: Make SSL-related test-dep non-obligatory (diff)
downloadgentoo-cbe2006cf1e1aadf594c8b838b3f21214511c1d7.tar.gz
gentoo-cbe2006cf1e1aadf594c8b838b3f21214511c1d7.tar.bz2
gentoo-cbe2006cf1e1aadf594c8b838b3f21214511c1d7.zip
dev-python/passlib: Skip cryptography dep on non-Rust arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r--dev-python/passlib/passlib-1.7.4-r1.ebuild4
-rw-r--r--dev-python/passlib/passlib-1.7.4.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/passlib/passlib-1.7.4-r1.ebuild b/dev-python/passlib/passlib-1.7.4-r1.ebuild
index f4c350e93f5a..f3018bf5bcad 100644
--- a/dev-python/passlib/passlib-1.7.4-r1.ebuild
+++ b/dev-python/passlib/passlib-1.7.4-r1.ebuild
@@ -19,8 +19,10 @@ IUSE="doc"
BDEPEND="
test? (
dev-python/bcrypt[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/scrypt[${PYTHON_USEDEP}]
+ !alpha? ( !hppa? ( !ia64? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ ) ) )
)"
distutils_enable_tests nose
diff --git a/dev-python/passlib/passlib-1.7.4.ebuild b/dev-python/passlib/passlib-1.7.4.ebuild
index 992453322b0e..06d357adbbbe 100644
--- a/dev-python/passlib/passlib-1.7.4.ebuild
+++ b/dev-python/passlib/passlib-1.7.4.ebuild
@@ -21,8 +21,10 @@ RDEPEND="bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] )
BDEPEND="
test? (
dev-python/bcrypt[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/scrypt[${PYTHON_USEDEP}]
+ !alpha? ( !hppa? ( !ia64? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ ) ) )
)"
distutils_enable_tests nose