Commit 50f708e5 by Kevin Falcone Committed by GitHub

Merge pull request #3166 from edx/jibsheet/install-httplib2

14.04 doesn't install httplib2 by default (12.04 does)
parents 4c1d1098 f38daa74
......@@ -296,7 +296,7 @@ if [[ ! -x /usr/bin/git || ! -x /usr/bin/pip ]]; then
/usr/bin/apt-get update
/usr/bin/apt-get install -y git python-pip python-apt \\
git-core build-essential python-dev libxml2-dev \\
libxslt-dev curl libmysqlclient-dev --force-yes
python-httplib2 libxslt-dev curl libmysqlclient-dev --force-yes
fi
# upgrade setuptools early to avoid no distributin errors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment