Merge "Add 'opensuse' key in distro check"

This commit is contained in:
Zuul 2018-10-12 16:52:35 +00:00 committed by Gerrit Code Review
commit 4f76a0acfd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ case ${distro} in
python3-virtualenv
yum clean all
;;
opensuse-leap|sles)
opensuse|opensuse-leap|sles)
# NOTE(evrardjp): Remove all them packages!
if [[ "${PYTHON3}" == "no" ]]; then
remove_packages=("python-virtualenv")