bareon-allocator/bindep.txt
Andreas Jaeger 880cc7fc4f 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: I2a79e2a4bf17698c8bdf0a95c68ce6a406013f10
2016-08-12 20:52:49 +02:00

19 lines
635 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg]
python-dev [platform:dpkg]
# Is required for scipy
python-numpy [platform:dpkg]
gfortran [platform:dpkg]
libatlas-base-dev [platform:dpkg]
liblapack-dev [platform:dpkg]
# FIXME(evgeniyl): Is not required for bareon allocator
# but required for openstack infra not to fail the
# gate, because it tries it initialize the database
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
postgresql [platform:dpkg]
postgresql-client [platform:dpkg]