Merge "Install MySQL-python with pip in openstack-base container (type source)"

This commit is contained in:
Jenkins 2016-11-07 06:27:58 +00:00 committed by Gerrit Code Review
commit 4fa1b3b5ff
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,6 @@ ENV DEBIAN_FRONTEND noninteractive
'libxslt-devel',
'libyaml-devel',
'MariaDB-devel',
'MySQL-python',
'openldap-devel',
'openssl-devel',
'postgresql',
@ -274,6 +273,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
'kombu',
'monotonic',
'msgpack-python',
'MySQL-python',
'netaddr',
'netifaces',
'os-client-config',