guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4c4666223e9f0da15a264d3699284cfa2cf2201b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 25 23:48:11 2026 +0000
gnu: python-matplotlib: Adjust native inputs.
* gnu/packages/python-xyz.scm (python-matplotlib)[native-inputs]:
Remove meson-python and python-wheel; add python-meson-python.
Change-Id: Id8c0b9138ef80bebd3188d50ac65d97d59481ebf
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9486ca72f1..0a84f0d2d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11917,6 +11917,7 @@ comparison.
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 6584 passed, 1519 skipped, 29 xfailed
#:configure-flags
''(("setup-args" . #("-DrcParams-backend=TkAgg"
"-Dsystem-freetype=true"
@@ -11990,15 +11991,14 @@ comparison.
tcl
tk))
(native-inputs
- (list meson-python
- pkg-config
+ (list pkg-config
+ python-meson-python
pybind11
python-pytest
python-pytest-timeout
python-pytest-xdist
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(home-page "https://matplotlib.org/")
(synopsis "2D plotting library for Python")
(description