Install libffi-dev and libssl-dev in bootstrap

This commit is contained in:
Jedrzej Nowak 2015-11-20 12:21:32 +01:00
parent ffd388e6ec
commit 707dfb3070

View File

@ -32,6 +32,9 @@
- build-essential
# for torrent transport
- python-libtorrent
# for riak python package
- libffi-dev
- libssl-dev
# PIP
#- apt: name=python-pip state=absent