Benjamin Greiner 2021-08-19 09:25:53 +00:00 committed by Git OBS Bridge
parent 28ecba2f50
commit ce2bd73d89

View File

@ -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'