Add libz-dev to os-svc-install to fix raring.

Before Ubuntu 13.04 libz-dev was pulled in as a dependency of the other
libraries mentioned here, but 13.04 changed the graph. Lxml and possibly
other modules link against libz during the pip install phase.

Change-Id: I201f7dd2fc40d36e5e0b193d51cfee200f946d17
This commit is contained in:
Clint Byrum 2013-05-07 08:32:11 -07:00
parent 07cea1dff7
commit 6904cda42e
1 changed files with 1 additions and 1 deletions

View File

@ -88,5 +88,5 @@ if [[ -z "$user" || -z "$repo" ]]; then
exit 1
fi
install-packages python-dev python-pip git-core python-setuptools gcc libc6-dev libxml2-dev libxslt-dev
install-packages python-dev python-pip git-core python-setuptools gcc libc6-dev libxml2-dev libxslt-dev libz-dev
install-os-service "$user" "$repo" "$branch"