forked from pool/python-matplotlib
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:
parent
1a5cd9516a
commit
5a5c88fea4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user