summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-05 21:58:55 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-11 21:18:09 +0100
commit197e4ef91d3817e273b9a6612d132775495d750c (patch)
treef1652ed2ce30d379d5111f72b6b861cedb25f44e
parent49012cbaa848bec800f348f3e9e608d6c8436962 (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.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 43dfd58404..759f1331a3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28698,6 +28698,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