diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-20 23:39:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-20 23:40:40 +0200 |
commit | 6a91d4b8e070ef148f36218e5e822c02cc66d228 (patch) | |
tree | cf14f06dc1addf70f9dbee7a4c3ffd2be87aba4f | |
parent | 81441182bb5b61c6e5bc09b843f1fc1b9697523c (diff) |
gnu: python-dask: Add missing input.
* gnu/packages/python-xyz.scm (python-dask)[propagated-inputs]: Add
python-import-metadata.
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index af9dd45d6e..b650b71f3b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25423,6 +25423,7 @@ parentdir_prefix = dask- (propagated-inputs (list python-cloudpickle python-fsspec + python-importlib-metadata ;needed at runtime for dask/_compatibility.py python-numpy python-packaging python-pandas |