- Force sqlite backend to be installed, otherwise qtbrowser segfaults

bsc#1126269

OBS-URL: https://build.opensuse.org/package/show/network/qutebrowser?expand=0&rev=65
This commit is contained in:
Mia Herkt 2019-04-01 19:40:49 +00:00 committed by Git OBS Bridge
parent a52dabf61f
commit 401b76bf3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 1 19:40:27 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Force sqlite backend to be installed, otherwise qtbrowser segfaults
bsc#1126269
-------------------------------------------------------------------
Wed Mar 20 06:05:39 UTC 2019 - Martin Herkt <9+suse@cirno.systems>

View File

@ -38,7 +38,6 @@ 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