Install only needed packages

Since jobs moved to ubuntu xenial some package are missing
So instead of bother infra to add our requirements.

This change uses the new bindep.txt feature to install our
needed packages.

Change-Id: I9505ae15b627cda197ea60b7e162f2a6a7fe7588
This commit is contained in:
Mehdi Abaakouk 2016-09-22 09:19:34 +02:00
parent 5ef16e1843
commit 05c89c0e10
1 changed files with 11 additions and 0 deletions

11
bindep.txt Normal file
View File

@ -0,0 +1,11 @@
redis-sentinel [platform:ubuntu !platform:ubuntu-trusty]
redis-server [platform:dpkg]
libpq-dev [platform:dpkg]
postgresql [platform:dpkg]
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
build-essential [platform:dpkg]
libffi-dev [platform:dpkg]
zookeeperd [platform:dpkg]
memcached [platform:dpkg]
unzip [platform:dpkg]