17
0
Files
python-matplotlib/matplotlib-pr29631-install-test-ipynb.patch
Daniel Garcia 1885721efc - Update to 3.10.5
* Bugfix release. No notable changes beyond the GitHub
    statistics of merged PRs.
    (https://matplotlib.org/stable/users/github_stats.html#github-stats)
- Remove "%python-numpy-devel < 2.3" BuildRequires upper limit
- Drop not needed patch Pillow-13-compat.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=124
2025-08-18 13:05:02 +00:00

13 lines
455 B
Diff

Index: matplotlib-3.10.0/lib/matplotlib/tests/meson.build
===================================================================
--- matplotlib-3.10.0.orig/lib/matplotlib/tests/meson.build
+++ matplotlib-3.10.0/lib/matplotlib/tests/meson.build
@@ -103,6 +103,7 @@ install_data(
'cmr10.pfb',
'mpltest.ttf',
'test_nbagg_01.ipynb',
+ 'test_inline_01.ipynb',
install_tag: 'tests',
install_dir: py3.get_install_dir(subdir: 'matplotlib/tests/'))