diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-29 16:10:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-29 16:37:37 +0200 |
commit | 611616cf6837b7bb67e4e3d83c66f392c213e352 (patch) | |
tree | fb607796921c6afa650e030f6258cf4035290f0c /dev-python/passlib | |
parent | dev-python/pip: Skip opt test dep on cryptography on wd40 arches (diff) | |
download | gentoo-611616cf6837b7bb67e4e3d83c66f392c213e352.tar.gz gentoo-611616cf6837b7bb67e4e3d83c66f392c213e352.tar.bz2 gentoo-611616cf6837b7bb67e4e3d83c66f392c213e352.zip |
dev-python/passlib: Skip opt test dep on cryptography on wd40 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-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/passlib/passlib-1.7.4-r2.ebuild b/dev-python/passlib/passlib-1.7.4-r2.ebuild index d31eb973137f..8a09e521123b 100644 --- a/dev-python/passlib/passlib-1.7.4-r2.ebuild +++ b/dev-python/passlib/passlib-1.7.4-r2.ebuild @@ -24,9 +24,9 @@ BDEPEND=" test? ( dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/scrypt[${PYTHON_USEDEP}] - !alpha? ( !hppa? ( !ia64? ( + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? ( dev-python/cryptography[${PYTHON_USEDEP}] - ) ) ) + ) ) ) ) ) ) )" distutils_enable_tests pytest |