diff options
author | Andreas Jaeger <aj@suse.com> | 2016-08-12 20:53:45 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2016-08-12 20:53:45 +0200 |
commit | 9030e6e027d612221f847a119dd2f58b0720bb08 (patch) | |
tree | cbce77b3394438ba5f9c85542e08afa7ee7a1cfa /bindep.txt | |
parent | 0c782932168800acf676c2c16aed1fb44b4a6368 (diff) | |
download | keystone-9030e6e027d612221f847a119dd2f58b0720bb08.tar.gz |
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: I6dc1f11be79658451f8752aa6fcf0cd85d78e0f6
Diffstat (limited to 'bindep.txt')
-rw-r--r-- | bindep.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..856de141c --- /dev/null +++ b/bindep.txt @@ -0,0 +1,32 @@ +# 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] |