Add 'opensuse' key in distro check

Added the 'opensuse' distro key in the clean.sh.

Change-Id: I97ce4bf5a563eef7ba7dd9cde3cd3eb8e7f19c58
This commit is contained in:
jamesgu 2018-10-05 08:16:17 -07:00
parent 44138d10bf
commit b90011cae6
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")