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
This commit is contained in:
Benjamin Greiner 2022-04-09 10:22:31 +00:00 committed by Git OBS Bridge
parent a10661a641
commit 7f7a87f1b7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 9 10:19:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Exclude 32-bit platforms because QtWebengine 6.3.0 does not
support them.
-------------------------------------------------------------------
Fri Oct 29 15:15:04 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -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