rekado pushed a commit to branch python-team
in repository guix.
commit 72154b8f59e138ea30abe04b2b94ae76371aa4c7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Apr 5 21:58:55 2024 +0200
gnu: python-partd: Add missing input.
* gnu/packages/python-xyz.scm (python-partd)[native-inputs]: Add
python-setuptools.
Change-Id: I95ae319cbdcdf118841300b2b89d2d34c08b28f8
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9e4ac50dc2..1fe6b409c8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28212,6 +28212,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