Commit f38daa74 by Kevin Falcone

14.04 doesn't install httplib2 by default (12.04 does)

Our user play uses uri which requires httplib2.
parent 192ce8d6
......@@ -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