python-matplotlib/matplotlib-meson-options-opensuse.patch
Benjamin Greiner 3292af6f4a - Fix testfiles
* Move extra files tagged for tests to testdata package
  * Add matplotlib-pr29631-install-test-ipynb.patch
    gh#matplotlib/matplotlib#29631

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=108
2025-02-16 20:33:52 +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"