Browse code

Fix devlibs for SUSE

libmysqld-devel is needed for installing MySQL-python. Otherwise the
following error occurs:

EnvironmentError: mysql_config not found

Change-Id: Id84d3116d5987976169d8e2f9aca754ded205880

Thomas Bechtold authored on 2015/05/31 06:19:18
Showing 1 changed files
... ...
@@ -4,3 +4,4 @@ libxml2-devel  # lxml
4 4
 libxslt-devel  # lxml
5 5
 postgresql-devel  # psycopg2
6 6
 python-devel  # pyOpenSSL
7
+libmysqld-devel  # MySQL-python
7 8
\ No newline at end of file