From e44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 7 Jul 2020 17:34:03 +0200 Subject: [PATCH] dev-python/fsspec: Add test-dep on numpy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/731244 Signed-off-by: Michał Górny --- 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 29d487b579e20..f02a30279fc00 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