gnu: python-dask: Add missing input.
* gnu/packages/python-xyz.scm (python-dask)[propagated-inputs]: Add python-import-metadata.
This commit is contained in:
parent
81441182bb
commit
6a91d4b8e0
1 changed files with 1 additions and 0 deletions
|
@ -25423,6 +25423,7 @@ parentdir_prefix = dask-
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cloudpickle
|
(list python-cloudpickle
|
||||||
python-fsspec
|
python-fsspec
|
||||||
|
python-importlib-metadata ;needed at runtime for dask/_compatibility.py
|
||||||
python-numpy
|
python-numpy
|
||||||
python-packaging
|
python-packaging
|
||||||
python-pandas
|
python-pandas
|
||||||
|
|
Reference in a new issue