From ce2bd73d89667bed96f4ee8162fa5bb51f1148e09bf80d088c165ef195217355 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 19 Aug 2021 09:25:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-3D?expand=0&rev=3 --- python-PyQt6-3D.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-PyQt6-3D.spec b/python-PyQt6-3D.spec index 6431e03..113ba2d 100644 --- a/python-PyQt6-3D.spec +++ b/python-PyQt6-3D.spec @@ -72,6 +72,7 @@ used to generate the Python bindings for %{name} %pyqt_install %check +export PYTHONDONTWRITEBYTECODE=1 # boo#1047218 %{python_expand # there is no test suite. If it compiles and imports, it should be okay. export PYTHONPATH=%{buildroot}%{$python_sitearch} $python -c 'from PyQt6 import Qt3DAnimation, Qt3DCore, Qt3DExtras, Qt3DInput, Qt3DLogic, Qt3DRender'