1adabce8bf
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: Ida04b2a6277f141701d20fe55ac327a1e8513adf
25 lines
800 B
Plaintext
25 lines
800 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]
|
|
dbus-devel [platform:rpm]
|
|
dbus-glib-devel [platform:rpm]
|
|
gettext
|
|
language-pack-en [platform:ubuntu]
|
|
libdbus-1-dev [platform:dpkg]
|
|
libdbus-glib-1-dev [platform:dpkg]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libssl-dev [platform:ubuntu-xenial]
|
|
libuuid-devel [platform:rpm]
|
|
locales [platform:debian]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
python3.4 [platform:ubuntu-trusty]
|
|
python3.5 [platform:ubuntu-xenial]
|
|
python34-devel [platform:centos]
|
|
uuid-dev [platform:dpkg]
|