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

gnu: python-contourpy: Adjust native inputs.

* gnu/packages/python-xyz.scm (python-contourpy)[native-inputs]:
Remove cmake-minimal, meson-python, and pkg-config; add
python-meson-python.

Change-Id: Ifd5a08d147184950095a078aa0a134add0d1ab36
This commit is contained in:
Sharlatan Hellseher
2026-01-25 23:48:11 +00:00
committed by Andreas Enge
parent ee5d3fb344
commit 519ddd28a4

View File

@@ -3342,17 +3342,15 @@ into dataclasses.")
(build-system pyproject-build-system)
(arguments
(list
;; tests: 1746 passed, 17 skipped, 8 warnings
;; tests: 1746 passed, 17 skipped, 750 deselected, 1 warning
#:test-flags
;; To prevent adding Matplotlib reducing closure size, and break cycle.
#~(list "-m" "not image"
;; Tests that pass but avoided for load reasons.
"-k" "not test_filled_random_big and not test_lines_random_big")))
(native-inputs
(list cmake-minimal
meson-python
pkg-config
pybind11
(list pybind11
python-meson-python
python-pytest
python-wurlitzer))
(propagated-inputs