Add bindep.txt to shorten test run time

Currently we have the generic huge list of packages installed on each
test run, fix that to include only necessary packages.

Change-Id: Ic218c7640dea8a65999259dda006ed59cd87bfb9
This commit is contained in:
Yuriy Taraday 2016-08-23 12:47:03 +03:00
parent 6150aaca88
commit d94df3e42b
1 changed files with 6 additions and 0 deletions

6
bindep.txt Normal file
View File

@ -0,0 +1,6 @@
libpq-dev
postgresql
postgresql-client
# We don't use these, but mysql-prep step is in template job
mysql-client
mysql-server