summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-09 20:10:34 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:07 +0100
commit65b71b968bd4a6098a5fe6fe8fd2245e4d9c676d (patch)
tree7f3096c57721a3909385db208e16edad8993e610
parent17f8d5b5281fed59ef2d83230cf77cef5253129e (diff)
gnu: python-dask: Adjust inputs.
* gnu/packages/python-science.scm (python-dask) [native-inputs]: Remove python-pytest-runner and python-wheel; add python-setuptools. Change-Id: If44bbc089be0f27c39567a8315d9908c32b543bf
-rw-r--r--gnu/packages/python-science.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a1a732fedd..0305036316 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -790,10 +790,9 @@ parentdir_prefix = dask-
(list python-importlib-metadata
python-pytest
python-pytest-rerunfailures
- python-pytest-runner
python-pytest-xdist
python-versioneer
- python-wheel))
+ python-setuptools))
(home-page "https://github.com/dask/dask/")
(synopsis "Parallel computing with task scheduling")
(description