Merge "elements: pip-and-virtualenv: Use common packages for openSUSE"

This commit is contained in:
Jenkins 2017-07-04 11:20:35 +00:00 committed by Gerrit Code Review
commit e8ad2a3799
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [[ $DISTRO_NAME =~ (opensuse|fedora|centos|centos7|rhel7) ]]; then
# overwrites the pip installed version with the packaged version,
# leading to all sorts of weird version issues.
if [[ $DISTRO_NAME = opensuse ]]; then
zypper -n install python-virtualenv python-pip python-setuptools
zypper -n install $packages
else
${YUM:-yum} install -y $packages
fi