From b1539d9c0feaaf26783e7cab3962219e036994ba Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 12 Aug 2016 21:14:25 +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/ As well as this announcement: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: I384cdb39c1f65218bb5c6f76afc381c1799b623e --- bindep.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bindep.txt (limited to 'bindep.txt') diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..c587dda --- /dev/null +++ b/bindep.txt @@ -0,0 +1,5 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +pypy +pypy-dev -- cgit v1.2.1