Work around python byte compilation not working for /app
This commit is contained in:
parent
1b5ff8dad2
commit
bec5d77398
@ -49,6 +49,10 @@ This package contains the python3 bindings for %{name}
|
|||||||
%install
|
%install
|
||||||
%meson_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
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user