summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2019-10-21 16:53:51 +0200
committerElod Illes <elod.illes@est.tech>2019-10-22 15:02:45 +0200
commit12ba44ad3654a51c41771cfd7c3491539e0fcf31 (patch)
tree2660483a547e0c7fff08f4a377086eee71e5fd62
parent99224990d7f2c50b2700ac8849104099800f9c33 (diff)
downloadtrove-stable/ocata.tar.gz
Add local bindep.txtocata-eolstable/ocata
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: I76df1464d7bd7af76afa619766c1721afc1d169e (cherry picked from commit 239f9c6e4fa7d7bb9bab396f79336725a149126c) (cherry picked from commit bac67e878479c8edb34a952c850eb8b78d0f8e0c) (cherry picked from commit 08027d0ff997c02cb8ee4cd2ececd43b2712857e)
-rw-r--r--bindep.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 00000000..3450d004
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,10 @@
+# This is a cross-platform list tracking distribution packages needed for install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+gettext
+libpq-dev [platform:dpkg]
+mysql-client [platform:dpkg]
+mysql-server [platform:dpkg]
+postgresql
+postgresql-client [platform:dpkg]
+