Merge pull request #4738 from mklein-de/pythondontwritebytecode

Fix Python package breakage due to PYTHONDONTWRITEBYTECODE=1
This commit is contained in:
mglae
2021-10-24 16:01:44 +02:00
committed by GitHub

View File

@@ -101,3 +101,6 @@ unset CONFIG_SITE
# Ignore custom python installs...
unset PYTHONHOME PYTHONPATH PYTHONSTARTUP
export PYTHONNOUSERSITE=yes #disable PEP 370
# Fix #4737
unset PYTHONDONTWRITEBYTECODE