From e755fae209a16f061388a4d937b1011c639efd3a4970b9f0587f8c591a3e3731 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 17 Mar 2023 09:05:01 +0000 Subject: [PATCH] - Temporarily disable Qt3D bindings on x86 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=31 --- python3-pyside6.changes | 5 +++++ python3-pyside6.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python3-pyside6.changes b/python3-pyside6.changes index b713fd6..d4318c4 100644 --- a/python3-pyside6.changes +++ b/python3-pyside6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 17 09:04:56 UTC 2023 - Christophe Marin + +- Temporarily disable Qt3D bindings on x86 + ------------------------------------------------------------------- Wed Jan 11 11:11:25 UTC 2023 - Christophe Marin diff --git a/python3-pyside6.spec b/python3-pyside6.spec index 1939374..d2ed24a 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -70,12 +70,15 @@ BuildRequires: cmake(Qt6Widgets) # /SECTION # SECTION optional_modules BuildRequires: qt6-qml-private-devel +# TODO: Reenable when 6.5.0 is released +%ifnarch %{ix86} BuildRequires: cmake(Qt63DAnimation) BuildRequires: cmake(Qt63DCore) BuildRequires: cmake(Qt63DExtras) BuildRequires: cmake(Qt63DInput) BuildRequires: cmake(Qt63DLogic) BuildRequires: cmake(Qt63DRender) +%endif BuildRequires: cmake(Qt6Bluetooth) BuildRequires: cmake(Qt6Charts) BuildRequires: cmake(Qt6DBus)