From 07627625049e91587fa5acab771910f8ba6481ba70440a55ef1dd5fd6152560e Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Sat, 23 Feb 2019 19:29:48 +0000 Subject: [PATCH] - Require python3-qtwebengine-qt5 on TW (package split since PyQt5 5.12) OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=59 --- qutebrowser.changes | 6 ++++++ qutebrowser.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/qutebrowser.changes b/qutebrowser.changes index 6e5b69f..3fb3cd9 100644 --- a/qutebrowser.changes +++ b/qutebrowser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 23 19:28:37 UTC 2019 - Martin Herkt <9+suse@cirno.systems> + +- Require python3-qtwebengine-qt5 on TW + (package split since PyQt5 5.12) + ------------------------------------------------------------------- Mon Oct 29 22:23:40 UTC 2018 - Martin Herkt <9+suse@cirno.systems> diff --git a/qutebrowser.spec b/qutebrowser.spec index f888abd..68ae1d0 100644 --- a/qutebrowser.spec +++ b/qutebrowser.spec @@ -1,7 +1,7 @@ # # spec file for package qutebrowser # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,6 +46,9 @@ Requires: python3-attrs Requires: python3-opengl Requires: python3-pyPEG2 Requires: python3-qt5 >= 5.2 +%if 0%{?suse_version} > 1500 +Requires: python3-qtwebengine-qt5 +%endif Requires: python3-sip Recommends: python3-cssutils BuildArch: noarch