summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-08-12 20:54:16 +0200
committerAndreas Jaeger <aj@suse.com>2016-08-12 20:54:16 +0200
commit72122cbf0cbad45985832f1dccaf43e10c68e2b5 (patch)
tree78e8b1ba23bc202bf72e65f15cb2a53f3d8d3e48 /bindep.txt
parent74a028858ab3bc0631e43b86680db1bc22a057c6 (diff)
downloadliberasurecode-72122cbf0cbad45985832f1dccaf43e10c68e2b5.tar.gz
Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been changed from "other-requirements.txt" to "bindep.txt" with the release of bindep 2.1.0. While the previous name is still supported, it will be deprecated. Move the file around to follow this change. Note that this change is self-testing, the OpenStack CI infrastructure will use a "bindep.txt" file to setup nodes for testing. For more information about bindep, see also: http://docs.openstack.org/infra/manual/drivers.html#package-requirements http://docs.openstack.org/infra/bindep/ As well as this announcement: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: I7231bc3c3e08b0f912919d1d2a4900d4074ad9f7
Diffstat (limited to 'bindep.txt')
-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 0000000..aaef309
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,10 @@
+# This is a cross-platform list tracking distribution packages needed by tests;
+# see http://docs.openstack.org/infra/bindep/ for additional information.
+
+build-essential [platform:dpkg]
+gcc [platform:rpm]
+make [platform:rpm]
+autoconf
+automake
+libtool
+valgrind