From 25ebcf56bbdf07c0b465e7cc2ee2bb03fd1549a3 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 9 Feb 2026 23:23:36 +0100 Subject: [PATCH] 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 --- 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 00e32c1af9..30a199786a 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -732,7 +732,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