guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fb1b941512078c1a140f647415b857dac7258e42
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 df13a7935a..dc055977ae 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-4.0))
+ (list pkg-config python-setuptools swig-4.0))
(synopsis "SELinux core libraries and utilities")
(description
"The libselinux library provides an API for SELinux applications to get