From a52dabf61f7294ceae0249442a3da8b62fc0dda63aabd27dad6bad9b772728c5 Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Mon, 1 Apr 2019 19:11:43 +0000 Subject: [PATCH] Accepting request 690378 from home:dancermak:branches:network Add libqt5-sql-sqlite to the required packages (fixes bsc#1126269) OBS-URL: https://build.opensuse.org/request/show/690378 OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=64 --- qutebrowser.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser.spec b/qutebrowser.spec index 6d8488c..00e26f4 100644 --- a/qutebrowser.spec +++ b/qutebrowser.spec @@ -38,6 +38,8 @@ BuildRequires: python3-devel >= 3.6 BuildRequires: python3-pyPEG2 BuildRequires: python3-qt5 >= 5.2 BuildRequires: python3-sip +# force sqlite backend to be installed, otherwise qtbrowser segfaults bsc#1126269 +Requires: libqt5-sql-sqlite Requires: python3-Jinja2 Requires: python3-MarkupSafe Requires: python3-PyYAML