From b51d1078477b9972bdf312d40480fc18eded8568 Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Tue, 6 Sep 2016 13:29:51 -0700
Subject: [PATCH] Turn off bindep

bindep installs a slew of stuff we don't really need and doesn't add
much if any value.  This only turns on bindeps that are required.

This shaves about 3 minutes off each gate run.

Closes-Bug: #1620865
Change-Id: I24df4f2a30c682c1b09e89c7c52f7608582da1a6
---
 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 0000000000..7e3fe24e01
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,2 @@
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]