From 26f6e19299e43c443db4002fe1d3a98084adf4fb Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Thu, 27 Jun 2019 12:54:49 +0300 Subject: [PATCH] Add bindep.txt file for binary dependencies used in unit tests Depends-On: I58f1943d427c83c72e9bf17f99f3f870ba7d008b Change-Id: I9ab552dd4bf3826f358d73a4bddaf1885b1be130 --- bindep.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..097a61c7f --- /dev/null +++ b/bindep.txt @@ -0,0 +1,8 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +mysql-client [platform:dpkg] +mysql-server [platform:dpkg] +postgresql +postgresql-client [platform:dpkg] +postgresql-server [platform:rpm]