From 5a5c88fea416dbad1eb2e81e8e3e4dac5f414d5c3b1be1ba1e4acfe0369d8431 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Mar 2024 10:03:16 +0000 Subject: [PATCH] Accepting request 1160597 from home:favogt:branches:openSUSE:Factory:Staging:M - Add explicit BuildRequires on Mesa-dri, needed to run tests OBS-URL: https://build.opensuse.org/request/show/1160597 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=93 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 221f75f..2214168 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -3,6 +3,11 @@ Fri Mar 22 09:10:48 UTC 2024 - Matej Cepl - Clean up the SPEC file +------------------------------------------------------------------- +Fri Mar 22 07:47:40 UTC 2024 - Fabian Vogt + +- Add explicit BuildRequires on Mesa-dri, needed to run tests + ------------------------------------------------------------------- Tue Mar 19 16:42:20 UTC 2024 - Antonio Larrosa diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 1507eeb..a61a348 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,5 +1,5 @@ # -# spec file for package python-matplotlib +# spec file # # Copyright (c) 2024 SUSE LLC # @@ -104,6 +104,7 @@ BuildRequires: %{python_module matplotlib-wx = %{version}} %endif # SECTION latex test dependencies BuildRequires: %{python_module matplotlib-latex = %{version}} +BuildRequires: Mesa-dri BuildRequires: ghostscript BuildRequires: inkscape BuildRequires: poppler-tools