tobiko/roles/tobiko-ensure-python3/vars/rhosp-RedHat-7.yaml
Eduardo Olivares 99ce6a399c Install python3 from correct repo with rhosp-RedHat-7.9 setups
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
2020-09-15 08:33:22 +02:00

13 lines
168 B
YAML

---
enable_yum_repos:
- 'rhelosp-rhel-*-server-opt*'
python_packages:
python3:
- python3
- python3-devel
python3.6:
- python36
- python36-devel