guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f526508d06e951bf21d302dbf0516ce3965d730d
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 7f0a0fa4af..e6985c447f 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