Browse code

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

Dirk Mueller authored on 2015/05/29 20:36:09
Showing 1 changed files
... ...
@@ -3,5 +3,5 @@ libopenssl-devel  # pyOpenSSL
3 3
 libxml2-devel  # lxml
4 4
 libxslt-devel  # lxml
5 5
 postgresql-devel  # psycopg2
6
+libmysqlclient-devel # MySQL-python
6 7
 python-devel  # pyOpenSSL
7
-libmysqld-devel  # MySQL-python
8 8
\ No newline at end of file