guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: python-dask: Propagate python-click.


From: guix-commits
Subject: 05/06: gnu: python-dask: Propagate python-click.
Date: Wed, 12 Jul 2023 07:23:25 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 35b4cf9edd73861c2c35ad4ac679e490a2913113
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 12 13:11:54 2023 +0200

    gnu: python-dask: Propagate python-click.
    
    It is needed at runtime.  When it is absent it will cause other packages'
    sanity check phase to fail.
    
    * gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Move 
python-click
    from here...
    [propagated-inputs]: ...to here.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f43eff03d..7fbab7ac03 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25605,7 +25605,8 @@ parentdir_prefix = dask-
           (add-before 'check 'pre-check
             (lambda _ (chdir "/tmp"))))))
     (propagated-inputs
-     (list python-cloudpickle
+     (list python-click
+           python-cloudpickle
            python-fsspec
            python-importlib-metadata ;needed at runtime for 
dask/_compatibility.py
            python-numpy
@@ -25615,8 +25616,7 @@ parentdir_prefix = dask-
            python-toolz
            python-pyyaml))
     (native-inputs
-     (list python-click
-           python-importlib-metadata
+     (list python-importlib-metadata
            python-pytest python-pytest-runner python-pytest-rerunfailures
            python-versioneer))
     (home-page "https://github.com/dask/dask/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]