dev-python/passlib: Use test-rust flag

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-10-09 09:39:18 +02:00
parent b025ab91f8
commit 6a9e82efcb

View File

@@ -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