summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-21 23:17:13 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-21 23:42:02 +0100
commitf92052e5f5ffe9770c51a0f0c7ce1bd1bf538b9f (patch)
tree8c856befd3292cbd3f8c7a9f5f14b2a7246acdf7 /dev-python/twisted
parentmedia-fonts/culmus: Fix src_install w/o IUSE=fontforge (diff)
downloadgentoo-f92052e5f5ffe9770c51a0f0c7ce1bd1bf538b9f.tar.gz
gentoo-f92052e5f5ffe9770c51a0f0c7ce1bd1bf538b9f.tar.bz2
gentoo-f92052e5f5ffe9770c51a0f0c7ce1bd1bf538b9f.zip
dev-python/twisted: Add bcrypt test-dep
Bug: https://bugs.gentoo.org/774126 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/twisted-21.2.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/twisted/twisted-21.2.0.ebuild b/dev-python/twisted/twisted-21.2.0.ebuild
index eba3e3a2dff9..6fdafa97f65b 100644
--- a/dev-python/twisted/twisted-21.2.0.ebuild
+++ b/dev-python/twisted/twisted-21.2.0.ebuild
@@ -62,6 +62,7 @@ BDEPEND="
>=dev-python/incremental-16.10.1[${PYTHON_USEDEP}]
test? (
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+ dev-python/bcrypt[${PYTHON_USEDEP}]
>=dev-python/constantly-15.1.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}]
dev-python/cython-test-exception-raiser[${PYTHON_USEDEP}]