guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d0c59253921f8f8c50998018df59622b0bab98fd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 9 20:10:34 2025 +0100

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

Reply via email to