1ebe4f1ff0
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
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
libffi-devel # pyOpenSSL
|
|
libopenssl-devel # pyOpenSSL
|
|
libxml2-devel # lxml
|
|
libxslt-devel # lxml
|
|
postgresql-devel # psycopg2
|
|
libmysqlclient-devel # MySQL-python
|
|
python-devel # pyOpenSSL
|