guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d3b6bc5fbb15360ee5598f2e941c0d2a840bb2e6
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Feb 9 23:23:36 2026 +0100
gnu: openpmix: Fix package build on python-3.12.
* gnu/packages/parallel.scm (openpmix)[native-inputs]: Add
python-setuptools.
Change-Id: I6b4c3e880a5678887d32f5fdb4ef11d308bafe91
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/parallel.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index a29428c769..f63ed5a17e 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -731,7 +731,7 @@ single-instruction multiple-data (SIMD) intrinsics.")
(("#define PMIX_CONFIGURE_CLI .*")
"#define PMIX_CONFIGURE_CLI \"[scrubbed]\"\n")))))))
(inputs (list libevent `(,hwloc "lib") zlib))
- (native-inputs (list perl python python-cython-0))
+ (native-inputs (list perl python python-cython-0 python-setuptools))
(synopsis "PMIx library")
(description
"PMIx is an application programming interface standard that provides