commit:     e44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 15:34:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 15:34:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44c4bd4

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

Closes: https://bugs.gentoo.org/731244
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fsspec/fsspec-0.7.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild 
b/dev-python/fsspec/fsspec-0.7.4.ebuild
index 29d487b579e..f02a30279fc 100644
--- a/dev-python/fsspec/fsspec-0.7.4.ebuild
+++ b/dev-python/fsspec/fsspec-0.7.4.ebuild
@@ -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
 

Reply via email to