dev-python/nptyping: Add a test dep on dev-python/mypy

Closes: https://bugs.gentoo.org/837251
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-08 11:57:51 +02:00
parent fe0ba8b312
commit 7e9fab249e

View File

@@ -30,6 +30,7 @@ RDEPEND="
"
BDEPEND="
test? (
dev-python/mypy[${PYTHON_USEDEP}]
dev-python/typeguard[${PYTHON_USEDEP}]
)
"