Go to file
Kalev Lember 4805d44fa0 BRP Python Bytecompile: Avoid hardcoding /usr/bin prefix for python
Avoid using the full path and instead rely on PATH being correctly set
up to find the executable.

This fixes byte compilation for python2.7 when doing flatpak module
builds where python2.7 can be in either /usr/bin or /app/bin, depending
on how it's compiled.
2021-03-10 21:30:12 +01:00
brp-fix-pyc-reproducibility New opt-in possibility to fix byte-compilation reproducibility 2020-07-21 11:42:54 +00:00
brp-python-bytecompile BRP Python Bytecompile: Avoid hardcoding /usr/bin prefix for python 2021-03-10 21:30:12 +01:00