Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Fri, 29 Jul 2022 14:37:52
Message-Id: 1659105457.611616cf6837b7bb67e4e3d83c66f392c213e352.mgorny@gentoo
1 commit: 611616cf6837b7bb67e4e3d83c66f392c213e352
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 14:10:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 14:37:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611616cf
7
8 dev-python/passlib: Skip opt test dep on cryptography on wd40 arches
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/passlib/passlib-1.7.4-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/passlib/passlib-1.7.4-r2.ebuild b/dev-python/passlib/passlib-1.7.4-r2.ebuild
16 index d31eb973137f..8a09e521123b 100644
17 --- a/dev-python/passlib/passlib-1.7.4-r2.ebuild
18 +++ b/dev-python/passlib/passlib-1.7.4-r2.ebuild
19 @@ -24,9 +24,9 @@ BDEPEND="
20 test? (
21 dev-python/bcrypt[${PYTHON_USEDEP}]
22 dev-python/scrypt[${PYTHON_USEDEP}]
23 - !alpha? ( !hppa? ( !ia64? (
24 + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
25 dev-python/cryptography[${PYTHON_USEDEP}]
26 - ) ) )
27 + ) ) ) ) ) )
28 )"
29
30 distutils_enable_tests pytest