- 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:
13
matplotlib-meson-options-opensuse.patch
Normal file
13
matplotlib-meson-options-opensuse.patch
Normal 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"
|
Reference in New Issue
Block a user