Accepting request 967993 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/967993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-WebEngine?expand=0&rev=3
This commit is contained in:
commit
174b43d1c7
@ -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>
|
Fri Oct 29 15:15:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -44,6 +44,8 @@ BuildRequires: cmake(Qt6WebEngineQuick)
|
|||||||
BuildRequires: cmake(Qt6WebEngineWidgets)
|
BuildRequires: cmake(Qt6WebEngineWidgets)
|
||||||
%requires_ge python-PyQt6
|
%requires_ge python-PyQt6
|
||||||
Provides: python-qtwebengine-qt6 = %{version}-%{release}
|
Provides: python-qtwebengine-qt6 = %{version}-%{release}
|
||||||
|
# No 32-bit builds of QtWebengine >= 6.3.0 anymore
|
||||||
|
ExcludeArch: %{ix86} %{arm}
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user