From 21aa47cbfad2320d9adf08698d13ed631bfa10f5 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Mon, 22 Jul 2019 18:10:41 +0200 Subject: [PATCH] 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 --- bindep.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..9bd1d74b --- /dev/null +++ b/bindep.txt @@ -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] +