From 38a9c308272867c7838cd5b2b2fceabd88b0791e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 2 May 2017 22:49:16 -0400 Subject: [PATCH] Add puppet dependencies to bindep.txt Start to utilize bindep.txt more by include our ruby dependencies for puppet. Also include bindep.txt into moduleroot so we can also sync this to all our puppet modules. Change-Id: I88229327038e13ab7471e53ae7f7bc84815511ea Signed-off-by: Paul Belanger --- bindep.txt | 11 +++++++++++ moduleroot/bindep.txt | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 moduleroot/bindep.txt diff --git a/bindep.txt b/bindep.txt index e69de29..7cdd58e 100644 --- a/bindep.txt +++ 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] diff --git a/moduleroot/bindep.txt b/moduleroot/bindep.txt new file mode 100644 index 0000000..7cdd58e --- /dev/null +++ b/moduleroot/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]