Bootstrap phase1 fix

This commit is contained in:
eabdullin 2021-12-17 16:04:46 +03:00
parent 24aae594f8
commit c7afd06f72

View File

@ -92,6 +92,7 @@ data:
- python38-wheel-wheel - python38-wheel-wheel
buildopts: buildopts:
rpms: rpms:
macros: |
# === Bootstrap phase 1 === # === Bootstrap phase 1 ===
# #
%python3_pkgversion 38 %python3_pkgversion 38
@ -129,13 +130,12 @@ data:
# Macros are expanded even when they are commented out using '#', # Macros are expanded even when they are commented out using '#',
# therefore it's safer to just move them out of the macros # therefore it's safer to just move them out of the macros
# section entirely to avoid possible issues. # section entirely to avoid possible issues.
macros: |
# === Bootstrap phase 3/4 === # === Bootstrap phase 3/4 ===
# #
%python3_pkgversion 38 # %python3_pkgversion 38
%_without_python2 1 # %_without_python2 1
# py, pyparsing, atomicwrites, packaging, pytest # py, pyparsing, atomicwrites, packaging, pytest
%_without_docs 1 # %_without_docs 1
components: components:
rpms: rpms:
@ -156,7 +156,7 @@ data:
python3x-pip: python3x-pip:
rationale: Packaging tool rationale: Packaging tool
ref: stream-19.3.1-rhel-8.4.0 ref: stream-19.3.1-rhel-8.4.0
# buildorder: 40 buildorder: 40
# === Bootstrap phase 2 === # === Bootstrap phase 2 ===
@ -248,7 +248,7 @@ data:
# python3x-pip: # python3x-pip:
# rationale: Packaging tool # rationale: Packaging tool
# ref: stream-19.3.1-rhel-8.5.0 # ref: stream-19.3.1-rhel-8.5.0
#
# python3x-six: # python3x-six:
# rationale: Python component # rationale: Python component
# ref: stream-1.12.0-rhel-8.5.0 # ref: stream-1.12.0-rhel-8.5.0
@ -318,7 +318,7 @@ data:
# mod_wsgi: # mod_wsgi:
# rationale: Python component # rationale: Python component
# ref: stream-4.6.8-rhel-8.5.0 # ref: stream-4.6.8-rhel-8.5.0
#
# python-requests: # python-requests:
# rationale: Python component # rationale: Python component
# ref: stream-2.22.0-rhel-8.5.0 # ref: stream-2.22.0-rhel-8.5.0
@ -343,7 +343,7 @@ data:
# rationale: Python component # rationale: Python component
# ref: stream-4.4.1-rhel-8.5.0 # ref: stream-4.4.1-rhel-8.5.0
# # buildorder: 10 # # buildorder: 10
#
# python-cffi: # python-cffi:
# rationale: Python component # rationale: Python component
# ref: stream-1.13.2-rhel-8.5.0 # ref: stream-1.13.2-rhel-8.5.0
@ -352,13 +352,13 @@ data:
# rationale: Python component # rationale: Python component
# ref: stream-1.3.1-rhel-8.5.0 # ref: stream-1.3.1-rhel-8.5.0
# # buildorder: 20 # # buildorder: 20
#
# python-cryptography: # python-cryptography:
# rationale: Python component # rationale: Python component
# ref: stream-2.8-rhel-8.5.0 # ref: stream-2.8-rhel-8.5.0
# # needs cffi # # needs cffi
# # buildorder: 30 # # buildorder: 30
#
# python-PyMySQL: # python-PyMySQL:
# rationale: Python component # rationale: Python component
# ref: stream-0.10.1-python38-rhel-8.5.0 # ref: stream-0.10.1-python38-rhel-8.5.0