11
0

- Add Pillow-13-compat.patch to fix tests with new Pillow version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=122
This commit is contained in:
2025-07-03 08:42:30 +00:00
committed by Git OBS Bridge
commit c1ef7b83b4
16 changed files with 2805 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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"