From 44a7d765a0f833f5981edb421180062b1a7af860 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 1 Jul 2019 12:46:22 +0200 Subject: [PATCH] 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 --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..692c51a --- /dev/null +++ b/bindep.txt @@ -0,0 +1,6 @@ +# needed for mysql +mysql-client [platform:dpkg] +mysql-server [platform:dpkg] +# needed for psql +postgresql +postgresql-client [platform:dpkg]