Skip to content
Snippets Groups Projects
Commit 4fa1b3b5 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents 2e01ce50 579dc84e
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,6 @@ ENV DEBIAN_FRONTEND noninteractive ...@@ -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 \ ...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment