1
0

Accepting request 1159627 from home:alarrosa:branches:devel:languages:python:numeric

- Do not BuildRequire PyQt6 in SLE15. We don't want to include
  the whole qt6 stack in SLE only for matplotlib tests.

OBS-URL: https://build.opensuse.org/request/show/1159627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=91
This commit is contained in:
Matej Cepl 2024-03-22 08:20:33 +00:00 committed by Git OBS Bridge
parent e3f75e6795
commit 9c5a710deb
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 19 16:42:20 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Do not BuildRequire PyQt6 in SLE15. We don't want to include
the whole qt6 stack in SLE only for matplotlib tests.
-------------------------------------------------------------------
Tue Mar 5 18:06:28 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package python-matplotlib
#
# Copyright (c) 2024 SUSE LLC
#
@ -122,8 +122,8 @@ BuildRequires: %{python_module nbformat if %python-base >= 3.10}
# SECTION qt backends: Only test PyQt5 in Minimal-X
BuildRequires: %{python_module qt5}
%if !%{with ringdisabled}
BuildRequires: %{python_module PyQt6}
%if 0%{?suse_version} > 1500
BuildRequires: %{python_module PyQt6}
BuildRequires: python3-pyside2
BuildRequires: python3-pyside6
%endif
@ -179,7 +179,6 @@ Requires: python-gobject-cairo
This package provides code common for the GTK3 and GTK4 backends
for the %{name} plotting package
%package nbagg
Summary: Jupyter nbagg backend for %{name}
Requires: %{name} = %{version}