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 - python-virtualenv
# Required by packer # Required by packer
- build-essential - build-essential
# for torrent transport
- python-libtorrent
# PIP # PIP
#- apt: name=python-pip state=absent #- apt: name=python-pip state=absent