# ===========================================
# Notes from bootstraping Python 3.7 in RHEL7
# ===========================================
#
# This is a bootstrapping sequence tailored to python3 in RHEL7.
# Build in the following order:
#
# 1. python-rpm-macros & python-rpm-generators
# (and update redhat-rpm-config to require python-srpm-macros if not done
# already)
# 2. python3, without rewheel (use %%bcond_with rewheel instead of
# %%bcond_without)
# 3. python-setuptools, with bootstrap
# 4. python-pip, with bootstrap
# 5. python-wheel
# 6. python-setuptools, without bootstrap
# 7. python-pip, without bootstrap
# 8. python3, with rewheel
#
# If there are more packages added in the future, rebuild those after step 8