summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-25 23:48:11 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:42 +0100
commit415c5bdaa35dfcdaad9266a9c2a01d935b4d4313 (patch)
tree0bef36c51fcd49333b9b3b0838ec30c5e0bacecd
parent2b911b764b410fb54d1f43ae1c6a3fc830a6ab2c (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 4 insertions, 4 deletions
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