summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-08-12 21:18:07 +0200
committerAndreas Jaeger <aj@suse.com>2016-08-12 21:18:07 +0200
commitaab2cee827b18fe1c48f121d2c9066af2dd0c366 (patch)
treee49cadb38b50a1c4b29b02c4a42811adaa456a46 /bindep.txt
parenta8626f75096bae46eabd91db616912b2c958510f (diff)
downloadswift-aab2cee827b18fe1c48f121d2c9066af2dd0c366.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: I000a4e708006263acc6d9731a6677a6e62e285b6
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 000000000..2fef68fdd
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,17 @@
+# 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]
+gettext
+liberasurecode-dev [platform:dpkg]
+liberasurecode-devel [platform:rpm]
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+memcached
+python-dev [platform:dpkg]
+python-devel [platform:rpm]
+rsync
+xfsprogs
+libssl-dev [platform:dpkg]
+openssl-devel [platform:rpm]