Work around python byte compilation not working for /app

This commit is contained in:
Kalev Lember 2019-11-06 11:03:44 +01:00
parent 1b5ff8dad2
commit bec5d77398

View File

@ -49,6 +49,10 @@ This package contains the python3 bindings for %{name}
%install
%meson_install
# Explicitly byte compile as the automagic byte compilation doesn't work for
# /app prefix in flatpak builds
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/gi/overrides
%check
%meson_test