add local bindep.txt

Global bindep-fallback.txt was removed [1] and now projects need
to have a local bindep.txt to be able to install binary
dependencies for testing.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html

Change-Id: Ic17e59267bf4ae814c5e734603b5c9307819e086
This commit is contained in:
Riccardo Pittau 2019-06-28 18:01:00 +02:00
parent 40450dc4b5
commit b7bb387778
1 changed files with 6 additions and 0 deletions

6
bindep.txt Normal file
View File

@ -0,0 +1,6 @@
# needed for mysql
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
# needed for psql
postgresql
postgresql-client [platform:dpkg]