Merge "Uncomment requirement and install dependency"

This commit is contained in:
Zuul 2018-07-10 19:30:45 +00:00 committed by Gerrit Code Review
commit 142b439ecd
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ gcc \
g++ \
libffi-dev \
libssl-dev --no-install-recommends \
libmysqlclient-dev \
&& apt-get clean \
&& rm -rf \
/var/lib/apt/lists/* \

View File

@ -8,7 +8,7 @@ pecan==1.0.2
netifaces==0.10.4
SQLAlchemy==0.9.7
WSME>=0.6
#MySQL-python==1.2.5
MySQL-python==1.2.5
requests==2.6.0
oslo.db==1.7.2
oslo.serialization