guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/361: gnu: python-partd: Add missing input.


From: guix-commits
Subject: 51/361: gnu: python-partd: Add missing input.
Date: Fri, 22 Nov 2024 06:00:10 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 848b31b228f2f714b79d5f84c634a0da66c3a36e
Author: Ricardo Wurmus <rekado@elephly.net>
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 84d65dac90..34cf897eb9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28934,6 +28934,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]