Update the bootstrapping sequence
This commit is contained in:
parent
29a768cb73
commit
8fcf2dac2d
@ -97,15 +97,12 @@ License: Python
|
|||||||
# 1. At the same time:
|
# 1. At the same time:
|
||||||
# - gdb without python support (add %%global _without_python 1 on top of
|
# - gdb without python support (add %%global _without_python 1 on top of
|
||||||
# gdb's SPEC file)
|
# gdb's SPEC file)
|
||||||
# - python-rpm-generators with bootstrapping_python set to 1
|
# - python-rpm-generators
|
||||||
# (this can be done also during step 2., but should be done before 3.)
|
# (this can be done also during step 2., but should be done before 3.)
|
||||||
# 2. python3 without rewheel (use %%bcond_with rewheel instead of
|
# 2. python3 without rewheel (use %%bcond_with rewheel instead of
|
||||||
# %%bcond_without)
|
# %%bcond_without)
|
||||||
# 3. At the same time:
|
# 3. gdb with python support (remove %%global _without_python 1 on top of
|
||||||
# - gdb with python support (remove %%global _without_python 1 on top of
|
|
||||||
# gdb's SPEC file)
|
# gdb's SPEC file)
|
||||||
# - python-rpm-generators with bootstrapping_python set to 0
|
|
||||||
# (this can be done at any later step without negative effects)
|
|
||||||
# 4. rpm
|
# 4. rpm
|
||||||
# 5. python-setuptools with bootstrap set to 1
|
# 5. python-setuptools with bootstrap set to 1
|
||||||
# 6. python-pip with build_wheel set to 0
|
# 6. python-pip with build_wheel set to 0
|
||||||
|
Loading…
Reference in New Issue
Block a user