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:
parent
acdb7f6d52
commit
1ebe4f1ff0
@ -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
|
Loading…
Reference in New Issue
Block a user