summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2019-06-25 17:42:11 +0200
committerElod Illes <elod.illes@est.tech>2019-06-26 17:48:15 +0200
commitd116b216965bbfc80840f5bfc994b731e2d29d81 (patch)
tree6cde7abb7fb6206ffb344dd45f89a9b88d5e1d80 /bindep.txt
parentd805e6b1285bf6e7d99163cd90fe3d04751eebb9 (diff)
downloadheat-d116b216965bbfc80840f5bfc994b731e2d29d81.tar.gz
Add local bindep.txt
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: If9befe4115c64c2fda52321002ba5fe1124eaf7c
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 000000000..7071c188b
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,41 @@
+# This is a cross-platform list tracking distribution packages needed for install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+mysql-server [platform:dpkg]
+mariadb-server [platform:redhat]
+postgresql
+
+build-essential [platform:dpkg]
+python-dev [platform:dpkg]
+python3-all-dev [platform:dpkg]
+libxml2-dev [platform:dpkg]
+libxslt1-dev [platform:dpkg]
+libyaml-dev [platform:dpkg]
+libssl-dev [platform:dpkg]
+libffi-dev [platform:dpkg]
+libmysqlclient-dev [platform:dpkg]
+libpq-dev [platform:dpkg]
+mysql-client [platform:dpkg]
+postgresql-client [platform:dpkg]
+
+gcc [platform:rpm]
+python-devel [platform:rpm]
+python3-devel [platform:fedora platform:suse]
+python3 [platform:suse]
+libxml2-devel [platform:rpm]
+libxslt-devel [platform:rpm]
+libyaml-devel [platform:rpm]
+openssl-devel [platform:rpm]
+libffi-devel [platform:redhat platform:suse !platform:opensuse423]
+libffi48-devel [platform:opensuse423]
+mariadb-devel [platform:redhat]
+libmysqlclient-devel [platform:suse]
+postgresql-devel [platform:rpm]
+
+dev-libs/libxml2 [platform:gentoo]
+dev-libs/libxslt [platform:gentoo]
+dev-libs/libyaml [platform:gentoo]
+dev-libs/openssl [platform:gentoo]
+virtual/libffi [platform:gentoo]
+dev-db/mariadb [platform:gentoo]
+