dev-python/fsspec: Add test-dep on numpy

Closes: https://bugs.gentoo.org/731244
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-07 17:34:03 +02:00
parent 60a35748f8
commit e44c4bd439

View File

@@ -22,7 +22,10 @@ KEYWORDS="amd64 ~x86"
BDEPEND="
dev-python/versioneer[${PYTHON_USEDEP}]
test? ( dev-vcs/git )"
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-vcs/git
)"
distutils_enable_tests pytest