Skip to content

Disable the Python package index by default for rpmbuild jobs

This MR introduces a new variable for the .rhel:{s}rpm templates:

DISABLE_PYTHON_PACKAGE_INDEX: "true"

This automatically disables easy_install from downloading eggs on-the-fly to fulfil setup_requires requirements when executing python3 setup.py build.

Merge request reports