1
0
Files
python-matplotlib/matplotlib-meson-options-opensuse.patch
Dirk Mueller 73e95440bd - switch to generate Qt6 bindings as Qt5 is going EOL
* Fix modifying Axes' position also alters the original Bbox object
  * Data in 3D plots can now be dynamically clipped to the axes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=116
2025-06-02 07:48:25 +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"