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: Ie339ed36392a1835991cd147b0b54f4ceed69d7f
This commit is contained in:
Riccardo Pittau 2019-07-01 12:46:22 +02:00
parent a7da22155b
commit 44a7d765a0
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]