Install the virtualenv tools on EL.

This commit is contained in:
Andrea Dell'Amico 2020-08-04 15:25:43 +02:00
parent 247a95af42
commit 5dbef2817a
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ py3_el_env_pkg:
- 'python{{ py3_env_major_version }}'
- 'python{{ py3_env_major_version }}-pip'
- 'python{{ py3_env_major_version }}-setuptools'
- 'python{{ py3_el_env_version }}-virtualenv'