Add local bindep.txt
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In test jobs the script tools/test-setup.sh is called which requires mysql and postgres servers and clients to be installed. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: I3f7186f1b76d5500d699b588b8257fae9fdcfc6e
This commit is contained in:
parent
42361f7def
commit
21aa47cbfa
9
bindep.txt
Normal file
9
bindep.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
libpq-dev [platform:dpkg test]
|
||||
mysql-client [platform:dpkg test]
|
||||
mysql-server [platform:dpkg test]
|
||||
postgresql [test]
|
||||
postgresql-client [platform:dpkg test]
|
||||
|
Loading…
Reference in New Issue
Block a user