Add libjpeg and liberasurecode for tests

Pilow needs libjpeg and liberasurecode is needed by PyECLib. In the
future we should be able to get this done with bindep, but we're not
quite there yet.

Change-Id: Ib56d9fdd99731e3eefc9f69f07d0f002d5415868
This commit is contained in:
Monty Taylor 2016-01-13 14:17:53 -05:00
parent fb0e9de4c3
commit 578b51b1f4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ REPODIR=${REPODIR:-$BASE/new}
# TODO: Figure out how to get this on to the box properly
sudo apt-get update
sudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache libkrb5-dev
sudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache libkrb5-dev liberasurecode-dev libjpeg-dev
# FOR numpy / pyyaml
sudo apt-get build-dep -y --force-yes python-numpy