diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 23:48:07 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:43 +0100 |
| commit | c37871187ef10f41653d8a3bef4145a86d21fddf (patch) | |
| tree | 8ce3167815c02b6318ae2653dccd87c8aca409c5 /gnu | |
| parent | 28a0b3221c151dee4a79b8497df8e8077d581f0d (diff) | |
gnu: python-flint: Adjust native-inputs.
* gnu/packages/algebra.scm (python-flint):[native-inputs]: Remove
meson-python and python-cython; add python-meson-python.
Change-Id: I9171a30b1770eaede45cd8b37565cb200b2532ce
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/algebra.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 7a450cfc096..d890aea612e 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -557,11 +557,11 @@ fast arithmetic.") (build-system pyproject-build-system) (arguments (list + ;; tests: 905 passed #:test-flags #~(list "--pyargs" "flint"))) (native-inputs - (list meson-python - pkg-config - python-cython + (list pkg-config + python-meson-python python-pytest)) (inputs (list gmp |
