add cyrus-sasl, secret curl dependency

This commit is contained in:
Jean-Paul Calderone 2018-07-03 15:40:48 -04:00
parent a8b02d2240
commit 0f7b075db0
1 changed files with 6 additions and 3 deletions

View File

@ -262,9 +262,12 @@ jobs:
openssl-solibs \ openssl-solibs \
libyaml-0.1.6 </dev/null libyaml-0.1.6 </dev/null
# neither virtualenv nor pip is packaged # neither virtualenv nor pip is packaged.
# do it the hard way # do it the hard way.
slackpkg install curl-7.60 </dev/null # and it is extra hard since it is slackware.
slackpkg install \
cyrus-sasl-2.1.26 \
curl-7.60 </dev/null
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py python get-pip.py
pip install virtualenv pip install virtualenv