diff options
-rw-r--r-- | dev-python/passlib/passlib-1.7.4-r2.ebuild | 6 |
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 |