commit: cd2fd37dad95f7359313aff6269b1aa539fe085d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 16:11:05 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 16:11:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2fd37d
dev-python/passlib: fix QA warning about tests
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/passlib/passlib-1.7.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/passlib/passlib-1.7.1-r1.ebuild
b/dev-python/passlib/passlib-1.7.1-r1.ebuild
index 31ff00f1fde..5791a80c010 100644
--- a/dev-python/passlib/passlib-1.7.1-r1.ebuild
+++ b/dev-python/passlib/passlib-1.7.1-r1.ebuild
@@ -14,6 +14,7 @@ LICENSE="BSD-2"
KEYWORDS="amd64 ~arm ~arm64 x86"
SLOT="0"
IUSE="+bcrypt doc +scrypt test +totp"
+RESTRICT="!test? ( test )"
RDEPEND="bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] )
totp? ( dev-python/cryptography[${PYTHON_USEDEP}] )