requirements/bindep.txt
Andreas Jaeger 1f3975247a Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: If4db21748c4cf2b457e02efdd92b33eee44e2319
2016-08-13 16:45:13 +10:00

32 lines
659 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
libkrb5-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