be07a01d92
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/ Change-Id: I6e7e9aa24403f9d5013cdb67279eaf1f062a45f1
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
php-cli [platform:rpm platform:ubuntu-xenial]
|
|
php-mcrypt [platform:ubuntu-xenial]
|
|
php5-cli [platform:dpkg !platform:ubuntu-xenial]
|
|
php5-mcrypt [platform:dpkg !platform:ubuntu-xenial]
|