From 415c5bdaa35dfcdaad9266a9c2a01d935b4d4313 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 25 Jan 2026 23:48:11 +0000 Subject: 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(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 89deaf2acc0..b6780a60432 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11955,6 +11955,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" @@ -12028,15 +12029,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 -- cgit v1.3