Add mysqldb deps as they can be referenced by sqlalchemy

Change-Id: I484df42987328b4b76a3485a2cac5ec9ed23e459
This commit is contained in:
Corey Bryant 2017-05-03 15:32:54 +00:00
parent cbd06671b6
commit dd8b5372c4
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ parts:
python-version: python2
source: http://tarballs.openstack.org/keystone/keystone-stable-ocata.tar.gz
python-packages:
- mysql-python
- pymysql
- pysqlite
- uwsgi
@ -41,6 +42,7 @@ parts:
build-packages:
- gcc
- libffi-dev
- libmysqlclient-dev
- libssl-dev
- libsqlite3-dev
stage-packages: [nginx]