Merge "Add libffi-dev and libssl-dev dependency in OS-specific prerequisites."

This commit is contained in:
Jenkins 2017-03-13 10:47:41 +00:00 committed by Gerrit Code Review
commit 14cf056464
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Install OS-specific prerequisites::
# Ubuntu/Debian:
sudo apt-get update
sudo apt-get install -y libmysqlclient-dev build-essential python-dev \
python3.4-dev git
python3.4-dev git libssl-dev libffi-dev
Install pip::