diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 18:36:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:51 +0100 |
| commit | 6d8b4d81bf32cc95eaeee2fe342bd527bd2facdb (patch) | |
| tree | ba6e89e2e580707ff1263fb33248e1e5ad5e34f1 | |
| parent | 346be6481e2ea480f873b02bdf17db4a74095543 (diff) | |
gnu: python-holodeck: Fix build.
* gnu/packages/astronomy.scm (python-holodeck)[native-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: I54092a2b0d257bb80385ee75cc2e098ba6ef7775
| -rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 456fb689398..4dc1ce8d5ac 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4752,7 +4752,7 @@ parameters described on the ensemble level.") #:test-flags #~(list "--numprocesses" (number->string (parallel-job-count))))) (native-inputs - (list python-cython + (list python-cython-0 python-pytest python-pytest-xdist python-setuptools |
