diff --git a/python-QtPy.changes b/python-QtPy.changes index 95190f6..f7be6e5 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 13 15:55:35 UTC 2021 - Antonio Larrosa + +- BuildRequires (and Require) the webengine bindings so it uses + them (which is the default) instead of using qtwebkit (which + was used only as a fallback). + ------------------------------------------------------------------- Fri Aug 28 15:09:01 UTC 2020 - Benjamin Greiner -- SIP is only used for PyQt4 which we don't use +- SIP is only used for PyQt4 which we don't use ------------------------------------------------------------------- Mon Jul 29 07:57:44 UTC 2019 - pgajdos@suse.com diff --git a/python-QtPy.spec b/python-QtPy.spec index 3e0fda5..4a460f7 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -1,7 +1,7 @@ # # spec file for package python-QtPy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,10 +26,12 @@ Group: Development/Languages/Python URL: https://github.com/spyder-ide/qtpy Source: https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-%{version}.tar.gz BuildRequires: %{python_module qt5} +BuildRequires: %{python_module qtwebengine-qt5} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-qt5 +Requires: python-qtwebengine-qt5 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module mock}