9030e6e027
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: I6dc1f11be79658451f8752aa6fcf0cd85d78e0f6
33 lines
900 B
Plaintext
33 lines
900 B
Plaintext
# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
|
|
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
|
|
|
|
gettext
|
|
libssl-dev
|
|
postgresql
|
|
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libldap2-dev [platform:dpkg]
|
|
libsasl2-dev [platform:dpkg]
|
|
libsqlite3-dev [platform:dpkg]
|
|
libxml2-dev [platform:dpkg]
|
|
libxslt1-dev [platform:dpkg]
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-server-dev-all [platform:dpkg]
|
|
python-all-dev [platform:dpkg]
|
|
python3-all-dev [platform:dpkg]
|
|
|
|
cyrus-sasl-devel [platform:rpm]
|
|
libxml2-devel [platform:rpm]
|
|
mariadb [platform:rpm]
|
|
mariadb-devel [platform:rpm]
|
|
mariadb-server [platform:rpm]
|
|
openldap-devel [platform:rpm]
|
|
postgresql-devel [platform:rpm]
|
|
postgresql-server [platform:rpm]
|
|
python-devel [platform:rpm]
|
|
python3-devel [platform:fedora]
|
|
python34-devel [platform:centos]
|