mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-dask: Propagate click.
* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Move python-click from here... [propagated-inputs]: ...to here. Change-Id: I1a1617d9cb00268d9fc26f4fe6c9ecc6d0a2e375
This commit is contained in:
parent
e31e5928ae
commit
53c65baa3d
1 changed files with 3 additions and 3 deletions
|
@ -27053,7 +27053,8 @@ (define-public python-dask
|
|||
(add-before 'check 'pre-check
|
||||
(lambda _ (chdir "/tmp"))))))
|
||||
(propagated-inputs
|
||||
(list python-cloudpickle
|
||||
(list python-click ;needed at runtime
|
||||
python-cloudpickle
|
||||
python-fsspec
|
||||
python-importlib-metadata ;needed at runtime for dask/_compatibility.py
|
||||
python-numpy
|
||||
|
@ -27063,8 +27064,7 @@ (define-public python-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/")
|
||||
|
|
Loading…
Reference in a new issue