1a19b8851c
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: I2e8cdde59ceee844b1ef87f8844c1712ebc41cd1
35 lines
999 B
Plaintext
35 lines
999 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]
|
|
gawk
|
|
gettext
|
|
graphviz
|
|
language-pack-en [platform:ubuntu]
|
|
libevent-dev [platform:dpkg]
|
|
libevent-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libjpeg-dev [platform:dpkg]
|
|
libjpeg-turbo-devel [platform:rpm]
|
|
libsasl2-dev [platform:dpkg]
|
|
libselinux-python [platform:rpm]
|
|
libsqlite3-dev [platform:dpkg]
|
|
libuuid-devel [platform:rpm]
|
|
locales [platform:debian]
|
|
pkg-config [platform:dpkg]
|
|
pkgconfig [platform:rpm]
|
|
python-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
python-lxml
|
|
python-zmq
|
|
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
|
python3-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
python3.4 [platform:ubuntu-trusty]
|
|
python34-devel [platform:centos]
|
|
python3.5 [platform:ubuntu-xenial]
|
|
uuid-dev [platform:dpkg]
|
|
zlib-devel [platform:rpm]
|
|
zlib1g-dev [platform:dpkg]
|