dev-python/arrow: Add a missing test-dep on mock

Closes: https://bugs.gentoo.org/719644
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-26 22:29:33 +02:00
parent f9edebaf10
commit 8f1b3fb347

View File

@@ -20,6 +20,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/chai[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
)"