Merge "Install python3-setuptools for oooci-build-images"

This commit is contained in:
Zuul 2020-11-07 02:58:57 +00:00 committed by Gerrit Code Review
commit b8bb9e9d46
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@
command: bash {{ workspace }}/pathfix_repos.sh
changed_when: true
- name: Install python3-setuptools
package:
name: "python3-setuptools"
state: present
become: true
- name: Install deps from upper-constraints
when: ansible_distribution == 'CentOS'
pip: