Add apt dependencies for ceilometer tests

The ceilometer tests use an in-memory version of
MongoDB that uses spidermonkey for JavaScript
interpretation. spidermonkey, in turn, depends
on nspr and pkg-config.

Ceilometer also uses lxml, which wants libxml2-dev
and libxslt-dev.

bug 1115332

Change-Id: Ie2fca1203107b6397fa6babbef37dbaae7592373
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-03-05 11:13:49 -05:00
parent 921f2dab62
commit 31ffddd5b7

View File

@ -1,2 +1,6 @@
python-pymongo
mongodb-server
libnspr4-dev
pkg-config
libxml2-dev
libxslt-dev