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)