guix-commits
[Top][All Lists]
Advanced

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

19/30: gnu: python-box: Add missing input.


From: guix-commits
Subject: 19/30: gnu: python-box: Add missing input.
Date: Sun, 30 Jun 2024 03:40:32 -0400 (EDT)

lbraun pushed a commit to branch pyproject-build-system
in repository guix.

commit c56c9928636fc70d3d3801c3c25bb0aaf69909e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 21:24:27 2024 +0200

    gnu: python-box: Add missing input.
    
    * gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add
    python-setuptools.
    
    Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 828adfd371..3aee504b10 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34681,7 +34681,7 @@ and powerful way to handle real-world data, featuring:
     (propagated-inputs
      (list python-msgpack python-ruamel.yaml python-tomli python-tomli-w))
     (native-inputs
-     (list python-cython python-pytest python-wheel))
+     (list python-cython python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/cdgriffith/Box";)
     (synopsis "Advanced Python dictionaries with dot notation access")
     (description



reply via email to

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