Merge "Fix python2 package name dependencies."

This commit is contained in:
Zuul 2019-06-12 12:24:02 +00:00 committed by Gerrit Code Review
commit 4cefad4f6e
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ install_deps () {
PIP_PACKAGE=python3-pip
else
PYTHON_PACKAGES+=("libselinux-python")
SETUPTOOLS_PACKAGE=python-setuptools
VIRTUALENV_PACKAGE=python-virtualenv
SETUPTOOLS_PACKAGE=python2-setuptools
VIRTUALENV_PACKAGE=python2-virtualenv
PIP_PACKAGE=python-pip
fi
echo "Installing RPM packages $PYTHON_PACKAGES $SETUPTOOLS_PACKAGE \