Merge pull request #353 from pigmej/new_db_install_hotfix1

Install libffi-dev and libssl-dev in bootstrap
This commit is contained in:
Łukasz Oleś 2015-11-20 12:22:52 +01:00
commit 04be1fd931

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