[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/")
- branch r-updates updated (1b152ff9a7 -> 8ad31af070), guix-commits, 2023/07/12
- 02/06: gnu: r-pando: Relax requirements., guix-commits, 2023/07/12
- 01/06: gnu: r-biomvrcns: Patch use of removed constants., guix-commits, 2023/07/12
- 04/06: gnu: Remove r-genomegraphs., guix-commits, 2023/07/12
- 05/06: gnu: python-dask: Propagate python-click.,
guix-commits <=
- 03/06: gnu: Remove r-wavetiling., guix-commits, 2023/07/12
- 06/06: gnu: r-tgstat: Update to 2.3.24., guix-commits, 2023/07/12