From 7f7a87f1b70f6dabc54d69be3ce9e34563d5a2a48d75fa9b138a9c0a94e0988b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 9 Apr 2022 10:22:31 +0000 Subject: [PATCH] Accepting request 967992 from home:bnavigator:branches:KDE:Qt:PyQt - Exclude 32-bit platforms because QtWebengine 6.3.0 does not support them. OBS-URL: https://build.opensuse.org/request/show/967992 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-WebEngine?expand=0&rev=4 --- python-PyQt6-WebEngine.changes | 6 ++++++ python-PyQt6-WebEngine.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-PyQt6-WebEngine.changes b/python-PyQt6-WebEngine.changes index ec1a507..58df811 100644 --- a/python-PyQt6-WebEngine.changes +++ b/python-PyQt6-WebEngine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner + +- Exclude 32-bit platforms because QtWebengine 6.3.0 does not + support them. + ------------------------------------------------------------------- Fri Oct 29 15:15:04 UTC 2021 - Ben Greiner diff --git a/python-PyQt6-WebEngine.spec b/python-PyQt6-WebEngine.spec index 6529fea..fa36b93 100644 --- a/python-PyQt6-WebEngine.spec +++ b/python-PyQt6-WebEngine.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,8 @@ BuildRequires: cmake(Qt6WebEngineQuick) BuildRequires: cmake(Qt6WebEngineWidgets) %requires_ge python-PyQt6 Provides: python-qtwebengine-qt6 = %{version}-%{release} +# No 32-bit builds of QtWebengine >= 6.3.0 anymore +ExcludeArch: %{ix86} %{arm} %python_subpackages %description