summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-08-12 21:14:07 +0200
committerAndreas Jaeger <aj@suse.com>2016-08-12 21:14:07 +0200
commit2f03012b4736a3474fb77c89c0eb3cbfe32fe8cf (patch)
tree46f53a0c753edd2c5251d5aa1604b8b8e0fc8661 /bindep.txt
parent3761183d92468c64dab25c0551ffc6acc5c9b42f (diff)
downloadpython-keystoneclient-2f03012b4736a3474fb77c89c0eb3cbfe32fe8cf.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: Ibffad3665fea9be1ee6404b3f99ee0f23feb50e5
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 0000000..bcd43fb
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,23 @@
+# This is a cross-platform list tracking distribution packages needed by tests;
+# see http://docs.openstack.org/infra/bindep/ for additional information.
+
+gettext
+libssl-dev
+
+dbus-devel [platform:rpm]
+dbus-glib-devel [platform:rpm]
+libdbus-1-dev [platform:dpkg]
+libdbus-glib-1-dev [platform:dpkg]
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+libsasl2-dev [platform:dpkg]
+libxml2-dev [platform:dpkg]
+libxslt1-dev [platform:dpkg]
+python-all-dev [platform:dpkg]
+python3-all-dev [platform:dpkg]
+
+cyrus-sasl-devel [platform:rpm]
+libxml2-devel [platform:rpm]
+python-devel [platform:rpm]
+python3-devel [platform:fedora]
+python34-devel [platform:centos]