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:
parent
3d32e37d44
commit
3e0ad330c6
@ -37,12 +37,14 @@ class jenkins::slave(
|
|||||||
'libcurl4-gnutls-dev',
|
'libcurl4-gnutls-dev',
|
||||||
'libldap2-dev',
|
'libldap2-dev',
|
||||||
'libmysqlclient-dev',
|
'libmysqlclient-dev',
|
||||||
|
'libnspr4-dev', # for spidermonkey, used by ceilometer
|
||||||
'libsqlite3-dev',
|
'libsqlite3-dev',
|
||||||
'libxml2-dev',
|
'libxml2-dev',
|
||||||
'libxml2-utils', # for xmllint, need for wadl
|
'libxml2-utils', # for xmllint, need for wadl
|
||||||
'libxslt1-dev',
|
'libxslt1-dev',
|
||||||
'maven2',
|
'maven2',
|
||||||
'pandoc', #for docs, markdown->docbook, bug 924507
|
'pandoc', #for docs, markdown->docbook, bug 924507
|
||||||
|
'pkg-config', # for spidermonkey, used by ceilometer
|
||||||
'pyflakes',
|
'pyflakes',
|
||||||
'python-libvirt',
|
'python-libvirt',
|
||||||
'python-subunit', # for subunit2html.py
|
'python-subunit', # for subunit2html.py
|
||||||
|
Loading…
Reference in New Issue
Block a user