From 9a1e8823050bd1e9f4d25075c30fe49d6b45274b Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 28 Jun 2019 18:01:00 +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: Ic17e59267bf4ae814c5e734603b5c9307819e086 --- 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 000000000..692c51a7a --- /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]