From 65b71b968bd4a6098a5fe6fe8fd2245e4d9c676d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 9 Aug 2025 20:10:34 +0100 Subject: [PATCH] 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 --- gnu/packages/python-science.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a1a732fedd1aa036db3d21877ca283e09dbe84c7..0305036316a99eeabe9d070e502ebea8ebddd117 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