diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-05 21:58:55 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:35 +0000 |
commit | 5c059522ed433e7435bf15624d0a7a92b89538e5 (patch) | |
tree | 78e02e9c2808b817bb96449d057e516a24b911cb | |
parent | d067df81c92a3f66f12f02dbae29a7977eb3fa6f (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 005985b195..be4179d79d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29041,6 +29041,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 |