Upgrade six to 1.12

Upgrades the six package from 1.11.0 to 1.12.0 to match requirement in
Pegleg

Adds system six 1.12.0 installation in OpenSUSE dockerfile.

Change-Id: Ie03235157c4b30e8e94866ea5bd8f634b61eb0d8
This commit is contained in:
Ian H. Pittwood 2019-08-19 13:50:01 -05:00 committed by Ian Pittwood
parent 7d2092b100
commit ecc7b834ed
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,8 @@ RUN set -x && \
libffi-devel \
libopenssl-devel \
libpqxx-devel \
&& zypper --non-interactive --no-gpg-checks ar -f https://download.opensuse.org/repositories/devel:languages:python/openSUSE_Leap_15.1/devel:languages:python.repo \
&& zypper --non-interactive --no-gpg-checks install python3-six-1.12.0-lp151.80.1.noarch \
&& python3 -m pip install -U pip \
&& zypper clean -a \
&& rm -rf \

View File

@ -39,7 +39,7 @@ python-keystoneclient==3.18.0
python-memcached==1.59
Routes==2.4.1
six==1.11.0
six==1.12.0
stevedore==1.30.0
urllib3==1.24.3
uwsgi==2.0.17.1