Added python-libtorrent to bootstrap base.yaml

This commit is contained in:
Jedrzej Nowak 2015-10-13 13:16:19 +02:00
parent 99393ba1ba
commit b7c1db1a06

View File

@ -30,6 +30,8 @@
- python-virtualenv
# Required by packer
- build-essential
# for torrent transport
- python-libtorrent
# PIP
#- apt: name=python-pip state=absent