Merge "Fix image build after release of cryptography 3.4"

This commit is contained in:
Zuul 2021-02-09 15:57:58 +00:00 committed by Gerrit Code Review
commit 8b23749692
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@
become: true
when: python_v == "py2"
- name: Ensure a recent version of pip is installed
pip:
name: "pip>=19.1.1"
virtualenv: "{{ workspace }}/venv"
virtualenv_command: "/usr/bin/python3 -m venv"
- name: Install deps from upper-constraints
when: ansible_distribution == 'CentOS'
pip: