dev-python/mysqlclient: add dev-python/mock test dep

Upstream moved from mock to unittest.mock only for next release and
not the current one.

Closes: https://bugs.gentoo.org/809317
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-08-21 16:40:28 +03:00
parent 91b115e225
commit ecb20bd3b2

View File

@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
test? (
dev-db/mariadb[server]
dev-python/mock[${PYTHON_USEDEP}]
)
"