From fd182a0b4b060d54d3e84d958bf34e4d6e1628d6 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 1 May 2017 20:23:22 -0400 Subject: [PATCH] Add bindep.txt file Bindep is a tool for checking the presence of binary packages needed to use an application / library. It started life as a way to make it easier to set up a development environment for OpenStack projects. Change-Id: I091865f0c1cb5edf67a5f021fcf5adce7d8dda54 Signed-off-by: Paul Belanger --- bindep.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..7cdd58e --- /dev/null +++ b/bindep.txt @@ -0,0 +1,11 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +libxml2-devel [test platform:rpm] +libxml2-dev [test platform:dpkg] +libxslt-devel [test platform:rpm] +libxslt1-dev [test platform:dpkg] +ruby-devel [test platform:rpm] +ruby-dev [test platform:dpkg] +zlib1g-dev [test platform:dpkg] +zlib-devel [test platform:rpm]