dev-python/flask-mail: Add test-dep on mock

Closes: https://bugs.gentoo.org/723570
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-19 14:36:21 +02:00
parent 62d4988eaa
commit 53ac43b8a4

View File

@@ -23,6 +23,7 @@ RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/speaklater[${PYTHON_USEDEP}] )"