99ce6a399c
Tobiko stage was failing on Downstream OSP13 jobs because it tried to install python3-devel from rhelosp-rhel-7.9-server-opt repository, which had some problems with dependencies (specifically with package python3-libs) With this patch, any other repo matching rhelosp-rhel-*-server-opt* is enabled and python3-devel can be installed successfully Change-Id: I4b3db12ffccef7ff6357e2ef96c27e238572b5fc
13 lines
168 B
YAML
13 lines
168 B
YAML
---
|
|
|
|
enable_yum_repos:
|
|
- 'rhelosp-rhel-*-server-opt*'
|
|
|
|
python_packages:
|
|
python3:
|
|
- python3
|
|
- python3-devel
|
|
python3.6:
|
|
- python36
|
|
- python36-devel
|