Accepting request 848874 from home:bnavigator:branches:network

- Change sip requirement to the PyQt5.sip package instead of
  deprecated python-sip

OBS-URL: https://build.opensuse.org/request/show/848874
OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=98
This commit is contained in:
Mia Herkt 2020-11-16 14:35:30 +00:00 committed by Git OBS Bridge
parent c14912e583
commit b9fa355b14
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 15 17:22:38 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Change sip requirement to the PyQt5.sip package instead of
deprecated python-sip
-------------------------------------------------------------------
Thu Oct 15 21:57:47 UTC 2020 - Mia Herkt <mia@0x0.st>

View File

@ -37,7 +37,11 @@ BuildRequires: python3-attrs
BuildRequires: python3-devel >= 3.6
BuildRequires: python3-pyPEG2
BuildRequires: python3-qt5 >= 5.2
%if 0%{suse_version} >= 1550
BuildRequires: python3-qt5-sip
%else
BuildRequires: python3-sip
%endif
Requires: libqt5-sql-sqlite
Requires: python3-Jinja2
Requires: python3-MarkupSafe
@ -50,7 +54,11 @@ Requires: python3-qt5 >= 5.2
%if 0%{?suse_version} > 1500
Requires: python3-qtwebengine-qt5
%endif
%if 0%{suse_version} >= 1550
Requires: python3-qt5-sip
%else
Requires: python3-sip
%endif
Recommends: python3-cssutils
BuildArch: noarch
%if 0%{?suse_version} <= 1320