Accepting request 993776 from KDE:Qt6

- Remove python2 from buildrequires - it's a left over from qt5

OBS-URL: https://build.opensuse.org/request/show/993776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-webengine?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2022-08-09 13:27:09 +00:00 committed by Git OBS Bridge
commit 1050f45d2e
2 changed files with 10 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 8 12:03:18 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Remove python2 from buildrequires - it's a left over from qt5
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 17 15:15:46 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Fri Jun 17 15:15:46 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,5 +1,5 @@
# #
# spec file for package qt6-webengine # spec file for qt6-webengine
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
@ -45,7 +45,7 @@ Name: qt6-webengine%{?pkg_suffix}
Version: 6.3.1 Version: 6.3.1
Release: 0 Release: 0
Summary: Web browser engine for Qt applications Summary: Web browser engine for Qt applications
License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only
URL: https://www.qt.io URL: https://www.qt.io
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source99: qt6-webengine-rpmlintrc Source99: qt6-webengine-rpmlintrc
@ -75,9 +75,6 @@ BuildRequires: memory-constraints
BuildRequires: nodejs-default BuildRequires: nodejs-default
BuildRequires: pipewire-devel BuildRequires: pipewire-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: python-devel
BuildRequires: python-xml
BuildRequires: python3-html5lib BuildRequires: python3-html5lib
BuildRequires: qt6-core-private-devel BuildRequires: qt6-core-private-devel
BuildRequires: qt6-gui-private-devel BuildRequires: qt6-gui-private-devel
@ -99,8 +96,8 @@ BuildRequires: cmake(Qt6Qml)
BuildRequires: cmake(Qt6QmlModels) BuildRequires: cmake(Qt6QmlModels)
BuildRequires: cmake(Qt6QmlTools) BuildRequires: cmake(Qt6QmlTools)
BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6Quick)
BuildRequires: cmake(Qt6QuickTest)
BuildRequires: cmake(Qt6QuickControls2) BuildRequires: cmake(Qt6QuickControls2)
BuildRequires: cmake(Qt6QuickTest)
BuildRequires: cmake(Qt6QuickWidgets) BuildRequires: cmake(Qt6QuickWidgets)
BuildRequires: cmake(Qt6WebChannel) BuildRequires: cmake(Qt6WebChannel)
BuildRequires: cmake(Qt6WebSockets) BuildRequires: cmake(Qt6WebSockets)
@ -110,13 +107,13 @@ BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(glproto)
BuildRequires: pkgconfig(harfbuzz) >= 2.4.0 BuildRequires: pkgconfig(harfbuzz) >= 2.4.0
%if %{with system_icu} %if %{with system_icu}
BuildRequires: pkgconfig(icu-uc) >= 68
BuildRequires: pkgconfig(icu-i18n) >= 68 BuildRequires: pkgconfig(icu-i18n) >= 68
BuildRequires: pkgconfig(icu-uc) >= 68
%endif %endif
BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(lcms2)
%if %{with system_ffmpeg} %if %{with system_ffmpeg}