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 <pabelanger@redhat.com>
This commit is contained in:
parent
622d33414b
commit
38a9c30827
11
bindep.txt
11
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]
|
11
moduleroot/bindep.txt
Normal file
11
moduleroot/bindep.txt
Normal file
@ -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]
|
Loading…
Reference in New Issue
Block a user