Skip to content

Make build noarch reproducible

Antoine Belvire requested to merge (removed):reproducible-build into master

PYTHON_EXEC_DIR expands to different paths between architectures. As it prevents reproducible build and it is only needed for JHBuild, drop it.

Lines of PYTHON_EXEC_DIR need to be removed, otherwise path is still expanded.

Merge request reports