From abcd34c616ff388376f232317a31fcb9acf8d81b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 16 Aug 2016 10:36:38 +0200 Subject: [PATCH] Add bindep.txt to express binary dependencies This is used at least by the infra tools to know which binary packages should be installed to deploy Gnocchi. Change-Id: I75c657298974dfa263ad788a6e2ef9a13eb5e3d2 --- 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..613ee2bc8 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,6 @@ +libpq-dev [platform:dpkg] +postgresql [platform:dpkg] +mysql-client [platform:dpkg] +mysql-server [platform:dpkg] +build-essential [platform:dpkg] +libffi-dev [platform:dpkg]