Fourth bootstrap of the python38 module for Centos Stream 8

This commit is contained in:
Charalampos Stratakis 2023-08-07 00:47:36 +02:00
parent b0e74c07f6
commit 0f4a0e7bc8
1 changed files with 10 additions and 10 deletions

View File

@ -324,46 +324,46 @@ data:
python-requests:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 10
# buildorder: 10
python-jinja2:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 10
# buildorder: 10
numpy:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 10
# buildorder: 10
PyYAML:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 10
# buildorder: 10
python-pycparser:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 10
# buildorder: 10
python-lxml:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 10
# buildorder: 10
python-cffi:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 20
# buildorder: 20
scipy:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
buildorder: 20
# buildorder: 20
python-cryptography:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
# needs cffi
buildorder: 30
# buildorder: 30
python-PyMySQL:
rationale: Python component
ref: stream-python38-3.8-rhel-8.9.0
# needs cryptography
buildorder: 40
# buildorder: 40
...