From 5c523b9ecb605d4ab3398b10f32d2a0d2b01473f Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 4 May 2022 20:54:41 -0400 Subject: [PATCH] Backport fix for missing test skips --- python-matplotlib.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index d4dd378..4ca6e19 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -56,6 +56,7 @@ Patch1001: 0001-matplotlibrc-path-search-fix.patch # Increase tolerances for new FreeType everywhere: Patch1002: 0002-Set-FreeType-version-to-%{ftver}-and-update-tolerances.patch Patch1003: 0003-Increase-a-few-test-tolerances-on-some-arches.patch +Patch0001: https://github.com/matplotlib/matplotlib/pull/22979.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -293,6 +294,9 @@ cp -p %{SOURCE1} mplsetup.cfg %patch1003 -p1 +# Backports +%patch0001 -p1 + %generate_buildrequires %pyproject_buildrequires -r