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

commit 9d95329b1ba9885cd1a37996dccfbfb8c658f403
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Mar 4 20:41:46 2026 +0100

    gnu: fiu: Fix build on python-3.12.
    
    * gnu/packages/debug.scm (fiu): Fix build.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: If5f8eacbeafd8bdc66351b2939b753f58e4eb27f
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/debug.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 9ccbf9bb9a..2f78b73a35 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -1100,7 +1100,7 @@ to aid in debugging.")
                           ;; Shorten paths to sockets in tests.
                           (lambda _ (setenv "TMPDIR" "/tmp"))))
            #:test-target "test"))
-    (native-inputs (list python))      ; for tests
+    (native-inputs (list python python-setuptools)) ; for tests
     (synopsis "Fault injector in userspace")
     (description "Fiu provides CLI utilities and a C library
 to mark points of failure inside your code

Reply via email to