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
This commit is contained in:
Mia Herkt 2019-04-01 19:11:43 +00:00 committed by Git OBS Bridge
parent cf04860552
commit a52dabf61f

View File

@ -38,6 +38,8 @@ BuildRequires: python3-devel >= 3.6
BuildRequires: python3-pyPEG2 BuildRequires: python3-pyPEG2
BuildRequires: python3-qt5 >= 5.2 BuildRequires: python3-qt5 >= 5.2
BuildRequires: python3-sip BuildRequires: python3-sip
# force sqlite backend to be installed, otherwise qtbrowser segfaults bsc#1126269
Requires: libqt5-sql-sqlite
Requires: python3-Jinja2 Requires: python3-Jinja2
Requires: python3-MarkupSafe Requires: python3-MarkupSafe
Requires: python3-PyYAML Requires: python3-PyYAML