guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a9d4930783fc4f1025cede0d79830403fb51beb3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:11 2026 +0000
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
---
gnu/packages/python-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0dc35795a2..7f244fb0ce 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3313,17 +3313,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