Install libssl1.0.0
Should be required for Python sha256 hash to work. Actually it should be installed already.
This commit is contained in:
parent
f2fd92068e
commit
f311f75d0a
|
@ -4,6 +4,7 @@ git clone --depth=1 git://github.com/powerline/deps tests/bot-ci/deps
|
|||
|
||||
. tests/bot-ci/scripts/common/main.sh
|
||||
|
||||
sudo apt-get install -qq libssl1.0.0
|
||||
sudo apt-get install -qq screen zsh tcsh mksh busybox socat realpath
|
||||
|
||||
if test -n "$USE_UCS2_PYTHON" ; then
|
||||
|
|
Loading…
Reference in New Issue