1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-01-25 23:48:07 +00:00
committed by Andreas Enge
parent 28a0b3221c
commit c37871187e

View File

@@ -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