From 0784dc390b70a197dbaefe46d29163306d2f60ffcfa3308de105b4839a413f8f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Jan 2021 18:28:59 +0000 Subject: [PATCH] Accepting request 862937 from home:alarrosa:branches:devel:languages:python - 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). - SIP is only used for PyQt4 which we don't use OBS-URL: https://build.opensuse.org/request/show/862937 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=25 --- python-QtPy.changes | 9 ++++++++- python-QtPy.spec | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) 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}