libmysqld-devel is needed for installing MySQL-python. Otherwise the following error occurs: EnvironmentError: mysql_config not found Change-Id: Id84d3116d5987976169d8e2f9aca754ded205880
@@ -4,3 +4,4 @@ libxml2-devel # lxml
libxslt-devel # lxml
postgresql-devel # psycopg2
python-devel # pyOpenSSL
+libmysqld-devel # MySQL-python
\ No newline at end of file