f280a0a555
Since change Ie38deadf190db33863c99d4610157349484ac10f ceilometer does not use spidermonkey which needed libnspr4-dev to be installed. There's also no other repository using the library. Thus the requirement can be removed now. Change-Id: I4dce1cd6007ca817f671d46fa7a35d6a3a5ab4b0
31 lines
647 B
Plaintext
31 lines
647 B
Plaintext
# These are needed to build all the things in global-requirements, which we do
|
|
# for integration testing. (see tools/integration.sh)
|
|
python-all-dev
|
|
python3-all-dev
|
|
libvirt-dev
|
|
libxml2-dev
|
|
libxslt1-dev
|
|
libmysqlclient-dev
|
|
libpq-dev
|
|
pkg-config
|
|
libsqlite3-dev
|
|
libzmq-dev
|
|
libffi-dev
|
|
libldap2-dev
|
|
libsasl2-dev
|
|
ccache
|
|
pypy
|
|
pypy-dev
|
|
# NOTE(flaper87): Temporarily needed for proton
|
|
uuid-dev
|
|
swig
|
|
# Python things that change rarely and we're willing to risk breakage vs latest
|
|
python-numpy [python]
|
|
python-yaml [python]
|
|
# NOTE(jaegerandi): Temporarily needed for running as part of
|
|
# OpenStack gates:
|
|
mysql-client
|
|
mysql-server
|
|
postgresql
|
|
postgresql-client
|