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

View File

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