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/

Also, update package names for Ubuntu Xenial, some packages have been
renamed.

Change-Id: If50b8304e452877db0aa58500e94307eaae25294
This commit is contained in:
Andreas Jaeger 2016-08-12 19:30:03 +02:00
parent a842c9c0e7
commit 6e7136da56
2 changed files with 28 additions and 10 deletions

28
bindep.txt Normal file
View File

@ -0,0 +1,28 @@
mcrypt
php [platform:ubuntu-xenial]
php5 [platform:dpkg !platform:ubuntu-xenial]
php-cli [platform:rpm platform:ubuntu-xenial]
php5-cli [platform:dpkg !platform:ubuntu-xenial]
php-common [platform:ubuntu-xenial]
php5-common [platform:dpkg !platform:ubuntu-xenial]
php-curl [platform:rpm platform:ubuntu-xenial]
php5-curl [platform:dpkg !platform:ubuntu-xenial]
php-gd [platform:rpm platform:ubuntu-xenial]
php5-gd [platform:dpkg !platform:ubuntu-xenial]
php-json [platform:rpm platform:ubuntu-xenial]
php5-json [platform:dpkg !platform:ubuntu-xenial]
php-mysql [platform:rpm platform:ubuntu-xenial]
php5-mysql [platform:dpkg !platform:ubuntu-xenial]
php-gmp [platform:rpm platform:ubuntu-xenial]
php5-gmp [platform:dpkg !platform:ubuntu-xenial]
php-mcrypt [platform:ubuntu-xenial]
php5-mcrypt [platform:dpkg !platform:ubuntu-xenial]

View File

@ -1,10 +0,0 @@
mcrypt
php5
php5-common
php5-cli
php5-mcrypt
php5-curl
php5-gd
php5-json
php5-mysql
php5-gmp