guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 66b070bf650bdc6a7449efb1e8236ca9752829ea
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Feb 9 22:45:27 2026 +0100
gnu: libselinux: Fix package build under python-3.12.
* gnu/packages/selinux.scm (libselinux)[native-inputs]: Add
python-setuptools.
Change-Id: I035052b9e87690c9a7bf5a7b8526871a8f57df78
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/selinux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/selinux.scm b/gnu/packages/selinux.scm
index ca5bd7b1cc..b40c557266 100644
--- a/gnu/packages/selinux.scm
+++ b/gnu/packages/selinux.scm
@@ -183,7 +183,7 @@ module into a binary representation.")
(list python-wrapper))
;; These inputs are only needed for the pywrap phase.
(native-inputs
- (list pkg-config swig))
+ (list pkg-config python-setuptools swig))
(synopsis "SELinux core libraries and utilities")
(description
"The libselinux library provides an API for SELinux applications to get