Merge "Added installing of pymysql"

This commit is contained in:
Jenkins 2016-12-22 08:11:58 +00:00 committed by Gerrit Code Review
commit 316ccfd937
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@ APT_PACKAGES+=" gettext"
# Glance-client is required for diskimage-integration jobs
PIP_PACKAGES="python-glanceclient"
# Requirements for Sahara
PIP_PACKAGES+=" mysql-python"
PIP_PACKAGES+=" mysql-python pymysql"
# Requirements for dib-jobs
PIP_PACKAGES+=" python-openstackclient"
PIP_PACKAGES+=" pip==8.1.1 tox"

View File

@ -47,7 +47,6 @@ case $(echo $JOB_NAME | awk -F '-' '{ print $NF }') in
python3)
sudo apt install python3-pip python3-dev -y
sudo pip3 $pip_cmd
sudo pip3 install pymysql
;;
*)
sudo pip $pip_cmd