diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-09 23:23:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:00 +0100 |
| commit | 5eefb05e49ceff352f70880d66297efc5d1ea993 (patch) | |
| tree | 323a9d4882e416b00b110ea44257c0d60785bc60 /gnu | |
| parent | 2f82449cee02186194ca48b4b17ec5631b227354 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/parallel.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index ee427cab6b..fd5d40e26a 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -742,7 +742,8 @@ single-instruction multiple-data (SIMD) intrinsics.") perl flex python - python-cython-0)) + python-cython-0 + python-setuptools)) (synopsis "PMIx library") (description "PMIx is an application programming interface standard that provides |
