python-matplotlib/matplotlib-meson-options-opensuse.patch
Benjamin Greiner 136b47d027 - Update to 3.10.3
* Two Bugfix releases. No notable changes beyond the GitHub
    statistics of merged PRs.
    (https://matplotlib.org/stable/users/github_stats.html#github-stats)
- Remove wxPython backend from Ring1
- Clarify Qt Support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=120
2025-06-09 17:21:57 +00:00

14 lines
419 B
Diff

Index: matplotlib-3.9.0/pyproject.toml
===================================================================
--- matplotlib-3.9.0.orig/pyproject.toml
+++ matplotlib-3.9.0/pyproject.toml
@@ -90,7 +90,7 @@ requires = [
]
[tool.meson-python.args]
-install = ['--tags=data,python-runtime,runtime']
+install = ['--tags=data,python-runtime,runtime,tests']
[tool.setuptools_scm]
version_scheme = "release-branch-semver"