Add missing libmysqlclient-devel dependency for SUSE

Currently devstack unconditionally installs MySQL-python, so
we need to have its dependencies available. Since this is
transitional until the switch to PyMysql happened, lets just
add the dependency for now to have devstack working again.

Change-Id: I638b5999d35a06eee962679b1cd95950bbf2b1d7
This commit is contained in:
Dirk Mueller 2015-05-29 13:36:09 +02:00
parent acdb7f6d52
commit 1ebe4f1ff0
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ libopenssl-devel # pyOpenSSL
libxml2-devel # lxml
libxslt-devel # lxml
postgresql-devel # psycopg2
libmysqlclient-devel # MySQL-python
python-devel # pyOpenSSL
libmysqld-devel # MySQL-python