~ruther/guix-local

65b71b968bd4a6098a5fe6fe8fd2245e4d9c676d — Sharlatan Hellseher 7 months ago 17f8d5b
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
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +1 -2
@@ 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