summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-08-12 21:14:16 +0200
committerAndreas Jaeger <aj@suse.com>2016-08-12 21:14:16 +0200
commit1adabce8bf83950daca136dbd54d2b0b80868d1a (patch)
tree24eabe295c15fb6ae5216b8c6fcaea495479f6f8 /bindep.txt
parentfe1fd3321bce29f283e010db90423ddcd7d4f7fd (diff)
downloadpython-novaclient-1adabce8bf83950daca136dbd54d2b0b80868d1a.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: Ida04b2a6277f141701d20fe55ac327a1e8513adf
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 00000000..5c2a93af
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,24 @@
+# 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]
+dbus-devel [platform:rpm]
+dbus-glib-devel [platform:rpm]
+gettext
+language-pack-en [platform:ubuntu]
+libdbus-1-dev [platform:dpkg]
+libdbus-glib-1-dev [platform:dpkg]
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+libssl-dev [platform:ubuntu-xenial]
+libuuid-devel [platform:rpm]
+locales [platform:debian]
+python-dev [platform:dpkg]
+python-devel [platform:rpm]
+python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
+python3-dev [platform:dpkg]
+python3-devel [platform:fedora]
+python3.4 [platform:ubuntu-trusty]
+python3.5 [platform:ubuntu-xenial]
+python34-devel [platform:centos]
+uuid-dev [platform:dpkg]