summaryrefslogtreecommitdiff
path: root/dev-python/passlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-11-29 01:39:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-11-29 01:39:01 +0000
commitf4537b6303dc71941803bb488ce042ce3552282e (patch)
tree822ab7d4d141fdfc3c45d4458fda00c66d7cb962 /dev-python/passlib
parent3c7c34a53a51513bf1b34ebab7408a0be681d867 (diff)
downloadbaldeagleos-repo-f4537b6303dc71941803bb488ce042ce3552282e.tar.gz
baldeagleos-repo-f4537b6303dc71941803bb488ce042ce3552282e.tar.xz
baldeagleos-repo-f4537b6303dc71941803bb488ce042ce3552282e.zip
Adding metadata
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 1ce8c29d5ed4..6f97e818e69c 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 4679c993feb4..6eea94ba0752 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