diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-12 00:34:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-12 00:56:24 +0100 |
commit | 8371fa352754ebc15ec52f79dbd79ad16acb4baa (patch) | |
tree | 58349ba0f6e958ffccb81e789fc6f28d26d0f5ef /dev-python/flask-security | |
parent | dev-python/flask-security: Fix test failures due to httpbin plugin (diff) | |
download | gentoo-8371fa352754ebc15ec52f79dbd79ad16acb4baa.tar.gz gentoo-8371fa352754ebc15ec52f79dbd79ad16acb4baa.tar.bz2 gentoo-8371fa352754ebc15ec52f79dbd79ad16acb4baa.zip |
dev-python/flask-security: Fix missing mock dep
Closes: https://bugs.gentoo.org/743250
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-security')
-rw-r--r-- | dev-python/flask-security/flask-security-3.4.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/flask-security/flask-security-3.4.4.ebuild b/dev-python/flask-security/flask-security-3.4.4.ebuild index 6e871e8f1011..f13585ae3b47 100644 --- a/dev-python/flask-security/flask-security-3.4.4.ebuild +++ b/dev-python/flask-security/flask-security-3.4.4.ebuild @@ -39,6 +39,7 @@ BDEPEND=" >=dev-python/flask-mail-0.9.1[${PYTHON_USEDEP}] >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}] >=dev-python/flask-sqlalchemy-2.3[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] >=dev-python/mongomock-3.19.0[${PYTHON_USEDEP}] >=dev-python/peewee-3.11.2[${PYTHON_USEDEP}] >=dev-python/phonenumbers-8.11.1[${PYTHON_USEDEP}] |