From 5dc4124b8d97ac45d79519d111d3907c06705add Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 12 Aug 2016 19:29:48 +0200 Subject: 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/ Change-Id: I184b552d34b0f2016a38167bd19287943f51be41 --- bindep.txt | 11 +++++++++++ other-requirements.txt | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 bindep.txt delete mode 100644 other-requirements.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..fa5c3fb --- /dev/null +++ b/bindep.txt @@ -0,0 +1,11 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +python-dev [platform:dpkg] +python-devel [platform:rpm] +python3-all-dev [platform:ubuntu !platform:ubuntu-precise] +python3-dev [platform:dpkg] +python3-devel [platform:fedora] +python3.4 [platform:ubuntu-trusty] +python3.5 [platform:ubuntu-xenial] +python34-devel [platform:centos] diff --git a/other-requirements.txt b/other-requirements.txt deleted file mode 100644 index fa5c3fb..0000000 --- a/other-requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -# This is a cross-platform list tracking distribution packages needed by tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. - -python-dev [platform:dpkg] -python-devel [platform:rpm] -python3-all-dev [platform:ubuntu !platform:ubuntu-precise] -python3-dev [platform:dpkg] -python3-devel [platform:fedora] -python3.4 [platform:ubuntu-trusty] -python3.5 [platform:ubuntu-xenial] -python34-devel [platform:centos] -- cgit v1.2.1