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
This commit is contained in:
Sharlatan Hellseher 2025-08-09 20:10:34 +01:00
parent f94d1f7a11
commit 274304359b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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