Merge "elements: pip-and-virtualenv: Handle openSUSE Leap 15"

This commit is contained in:
Zuul 2018-05-31 21:54:59 +00:00 committed by Gerrit Code Review
commit 225c09b245
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if [[ $DISTRO_NAME =~ (opensuse|fedora|centos|centos7|rhel7) ]]; then
42*)
packages="python-virtualenv python-pip python-setuptools"
;;
tumbleweed)
tumbleweed|15*)
# XXX: python3?
packages="python2-virtualenv python2-pip python2-setuptools"
;;