summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-09 09:39:18 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-13 06:52:33 +0200
commit6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be (patch)
tree8d0f23da26e45c57bcb67dc427cfb60818cc255f /dev-python/passlib
parentdev-python/pip: Use test-rust flag for cryptography dep (diff)
downloadgentoo-6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be.tar.gz
gentoo-6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be.tar.bz2
gentoo-6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be.zip
dev-python/passlib: Use test-rust flag
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.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/passlib/passlib-1.7.4-r2.ebuild b/dev-python/passlib/passlib-1.7.4-r2.ebuild
index 59fec081f5c0..01caf3e3486a 100644
--- a/dev-python/passlib/passlib-1.7.4-r2.ebuild
+++ b/dev-python/passlib/passlib-1.7.4-r2.ebuild
@@ -18,15 +18,15 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
SLOT="0"
-IUSE="doc"
+IUSE="doc test-rust"
BDEPEND="
test? (
dev-python/scrypt[${PYTHON_USEDEP}]
- !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
+ test-rust? (
dev-python/bcrypt[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
- ) ) ) ) ) )
+ )
)"
distutils_enable_tests pytest