requirements/other-requirements.txt
YAMAMOTO Takashi 9c8d9039fb Fix typos in comments
Change-Id: I6b90a3d831704fe40862dcf8421c4ffdbbeab7f7
2015-12-03 16:30:42 +09:00

24 lines
509 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
libxslt-dev
libmysqlclient-dev
libpq-dev
libnspr4-dev
pkg-config
libsqlite3-dev
libzmq-dev
libffi-dev
libldap2-dev
libsasl2-dev
ccache
# 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]