diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-05 21:58:55 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:56 +0200 |
commit | 1a67104f4b658faa9f640eb80765fd5ebba94b3c (patch) | |
tree | ed02f1f9ded348e3734ac8cbbe92bddfd3cfc1e7 | |
parent | df2263f8e4f4f9acda937cdbfabde30e56997d94 (diff) |
gnu: python-partd: Add missing input.
* gnu/packages/python-xyz.scm (python-partd)[native-inputs]: Add
python-setuptools.
Change-Id: I95ae319cbdcdf118841300b2b89d2d34c08b28f8
-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 1f15c378ce..ba37136520 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28391,6 +28391,7 @@ they use the same path.") (build-system pyproject-build-system) (propagated-inputs (list python-locket python-numpy python-pandas python-pyzmq python-toolz)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/dask/partd/") (synopsis "Appendable key-value storage") (description "Partd stores key-value pairs. Values are raw bytes. We |