Commits

Yegor Yefremov committed 57120d614ed
pkg-python: ignore user site-packages directory According to PEP 370 Python will also search for the packages in the user site-packages directory. This can affect build reproducibility. The solution is to use PYTHONNOUSERSITE=1 for all Python packages, i.e. both host and target variants. Fixes bug #9791. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> (cherry picked from commit f5da1951ad1e81cc8641f2c90e96fe36d08ec6f9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>