summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-07 17:34:03 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-07 17:34:03 +0200
commite44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7 (patch)
tree206a5add4536db599471b85e7e3a9f03b2946e15
parentdev-python/testfixtures: Require sqlite for django test (diff)
downloadgentoo-e44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7.tar.gz
gentoo-e44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7.tar.bz2
gentoo-e44c4bd439a9f1b20e3769f0ba10a27c1a67a2c7.zip
dev-python/fsspec: Add test-dep on numpy
Closes: https://bugs.gentoo.org/731244 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/fsspec/fsspec-0.7.4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/fsspec/fsspec-0.7.4.ebuild b/dev-python/fsspec/fsspec-0.7.4.ebuild
index 29d487b579e2..f02a30279fc0 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