From 4c0cc92a784aa3ed70c2052b799ae4550b5695b4 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 27 Jun 2018 22:55:39 +0200 Subject: [PATCH] Add beaker-rspec bindep dependencies Without this bindep file, the openstackci-beaker* jobs for the puppet-openstackci module fail trying to build the gem dependencies. Change-Id: Ie079e9344121c931f2d60beae59a3e881b6e81a9 --- bindep.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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]