diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 23:48:11 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:43 +0100 |
| commit | 519ddd28a485f078cdfd2dae3a682cecbc8cc712 (patch) | |
| tree | 78019e97ff8dfb4ce2d96585328e5d0d0e898b96 | |
| parent | ee5d3fb344a3b668017b6a7684569e8a1534ff4e (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ed6c48b8366..faa152899a7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
