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:
parent
7d2092b100
commit
ecc7b834ed
@ -48,6 +48,8 @@ RUN set -x && \
|
|||||||
libffi-devel \
|
libffi-devel \
|
||||||
libopenssl-devel \
|
libopenssl-devel \
|
||||||
libpqxx-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 \
|
&& python3 -m pip install -U pip \
|
||||||
&& zypper clean -a \
|
&& zypper clean -a \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
|
@ -39,7 +39,7 @@ python-keystoneclient==3.18.0
|
|||||||
python-memcached==1.59
|
python-memcached==1.59
|
||||||
|
|
||||||
Routes==2.4.1
|
Routes==2.4.1
|
||||||
six==1.11.0
|
six==1.12.0
|
||||||
stevedore==1.30.0
|
stevedore==1.30.0
|
||||||
urllib3==1.24.3
|
urllib3==1.24.3
|
||||||
uwsgi==2.0.17.1
|
uwsgi==2.0.17.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user