From 872da68a9032036d392e7b6236d730b7c17b7eb7 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sun, 23 Oct 2016 18:49:33 -0400 Subject: [PATCH] Add support for bindep.txt Currently, this is a noop, since diskimage-builder currently uses tests/install_test_deps.sh to manage OS dependencies. The next patch in the series, will complete the migration to bindep. Change-Id: I3b599983106b87fec6a4b6348469ed037654810e Signed-off-by: Paul Belanger --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..4f9b4254 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,2 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information.