diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-09 23:23:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:20 +0100 |
| commit | ede05f400db0778964ecef167937d49a33ace6a3 (patch) | |
| tree | 56e2757f0e3211935a80db4a72c444cb14ca0f30 /gnu/packages/parallel.scm | |
| parent | 37f86ae679494f7674c7e8f3407e35ca2ab60855 (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/packages/parallel.scm')
| -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 ee427cab6b3..fd5d40e26a0 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm | |||
| @@ -742,7 +742,8 @@ single-instruction multiple-data (SIMD) intrinsics.") | |||
| 742 | perl | 742 | perl |
| 743 | flex | 743 | flex |
| 744 | python | 744 | python |
| 745 | python-cython-0)) | 745 | python-cython-0 |
| 746 | python-setuptools)) | ||
| 746 | (synopsis "PMIx library") | 747 | (synopsis "PMIx library") |
| 747 | (description | 748 | (description |
| 748 | "PMIx is an application programming interface standard that provides | 749 | "PMIx is an application programming interface standard that provides |
