1
0

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
This commit is contained in:
Matej Cepl 2024-03-22 10:03:16 +00:00 committed by Git OBS Bridge
parent 1a5cd9516a
commit 5a5c88fea4
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,11 @@ Fri Mar 22 09:10:48 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file
-------------------------------------------------------------------
Fri Mar 22 07:47:40 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- Add explicit BuildRequires on Mesa-dri, needed to run tests
-------------------------------------------------------------------
Tue Mar 19 16:42:20 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -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