Unpin cmd2 package in pip
The cmd2 package was pinned in order to maintain compatability, however quite a bit of time has passed since doing so. This change unpins cmd2 to use the latest version. Change-Id: I2b9c8d4c1da91b55301d818861d29cccb64b28cd
This commit is contained in:
parent
901b9f72a8
commit
62ef04afb1
@ -54,9 +54,7 @@ function ansible_install {
|
|||||||
|
|
||||||
sudo -H -E pip3 install --upgrade pip
|
sudo -H -E pip3 install --upgrade pip
|
||||||
sudo -H -E pip3 install --upgrade setuptools
|
sudo -H -E pip3 install --upgrade setuptools
|
||||||
# NOTE(lamt) Preinstalling a capped version of cmd2 to address bug:
|
sudo -H -E pip3 install --upgrade cmd2
|
||||||
# https://github.com/python-cmd2/cmd2/issues/421
|
|
||||||
sudo -H -E pip3 install --upgrade "cmd2<=0.8.7"
|
|
||||||
sudo -H -E pip3 install --upgrade pyopenssl
|
sudo -H -E pip3 install --upgrade pyopenssl
|
||||||
# NOTE(srwilkers): Pinning ansible to 2.5.5, as pip installs 2.6 by default.
|
# NOTE(srwilkers): Pinning ansible to 2.5.5, as pip installs 2.6 by default.
|
||||||
# 2.6 introduces a new command flag (init) for the docker_container module
|
# 2.6 introduces a new command flag (init) for the docker_container module
|
||||||
|
Loading…
Reference in New Issue
Block a user