Add dependencies for spidermonkey

The ceilometer team uses spidermonkey as a dependency
of MIM, the in-memory version of MongoDB used in some
of our tests. These two packages are prerequisites
for installing spidermonkey.

Change-Id: Iac4c1457f597d2f65e0bb91d4447810f864ca4ab
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Reviewed-on: https://review.openstack.org/18732
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Doug Hellmann 2012-12-28 17:26:22 -05:00 committed by Jenkins
parent 3d32e37d44
commit 3e0ad330c6

View File

@ -37,12 +37,14 @@ class jenkins::slave(
'libcurl4-gnutls-dev',
'libldap2-dev',
'libmysqlclient-dev',
'libnspr4-dev', # for spidermonkey, used by ceilometer
'libsqlite3-dev',
'libxml2-dev',
'libxml2-utils', # for xmllint, need for wadl
'libxslt1-dev',
'maven2',
'pandoc', #for docs, markdown->docbook, bug 924507
'pkg-config', # for spidermonkey, used by ceilometer
'pyflakes',
'python-libvirt',
'python-subunit', # for subunit2html.py