add cyrus-sasl, secret curl dependency
This commit is contained in:
parent
a8b02d2240
commit
0f7b075db0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue