From af34a87c7769a512188ff7948a5b86568a6c4387 Mon Sep 17 00:00:00 2001 From: Buzz Date: Sun, 17 Dec 2017 21:03:51 +1000 Subject: [PATCH] hopeful fix --- solo-builder/install-vagrant-deps.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/solo-builder/install-vagrant-deps.sh b/solo-builder/install-vagrant-deps.sh index d3c7675..0fecc4c 100644 --- a/solo-builder/install-vagrant-deps.sh +++ b/solo-builder/install-vagrant-deps.sh @@ -6,6 +6,16 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E601AAF9486D3664 # fix broken urllib3 or some ssl stuff diesn't work sudo apt-get install -y --force-yes python-pip sudo pip install urllib3[secure] +sudo pip install bcrypt3 +sudo pip install pynacl + +# need to update pip and setuptools to newer version before cryptography will install: +sudo pip install --upgrade pip +sudo pip install --upgrade setuptools +sudo apt-get install -y --force-yes libssl-dev +# get a specificversion of this, as newer ones don't work on 14.04: +#sudo pip install cryptography +sudo pip install cryptography==2.0.3 # fix broken python2.7.x by moving it forward to something newer than 2.7.8: sudo add-apt-repository -y ppa:fkrull/deadsnakes-python2.7