Remove installation of mysql-python

This library is no longer used in code.

Change-Id: I4278b09414c0213c571abcb4d64f9eb50a5b9851
This commit is contained in:
Adrian Czarnecki 2018-01-02 12:58:02 +01:00
parent 5d1c8921e7
commit 3c1b716e92
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ install_monasca-notification() {
elif is_service_enabled mysql; then
apt_get -y install python-mysqldb libmysqlclient-dev
pip_install_gr PyMySQL
pip_install_gr mysql-python
fi
if [[ ${MONASCA_DATABASE_USE_ORM} == "True" ]]; then