Merge "adding libffi-dev to required packages"

This commit is contained in:
Jenkins 2016-06-07 21:07:19 +00:00 committed by Gerrit Code Review
commit e1b8b55fcd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
set -eux
set -o pipefail
install-packages build-essential libssl-dev libyaml-dev python-dev libxml2-dev libxslt-dev
install-packages build-essential libssl-dev libyaml-dev python-dev libxml2-dev libxslt-dev libffi-dev
virtualenv $ANSIBLE_VENV_DIR