From bdf91d1682f377270082df6ec4995bd60fa43655 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 12 Oct 2017 12:03:13 +1100 Subject: [PATCH] bindep: Supply a bindep.txt file to avoid the 'global' set Currently if a repo doesn't have it's own bindep.txt we'll get http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/data/bindep-fallback.txt Which is much more than this repo needs. This has the benefit of speeding up jobs and avoiding (hopefully) the current issue with the ubuntu mirror Change-Id: I33a5ff2c31b7f9a656c48906b95480014f6eb740 --- 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..c1c0d7ef --- /dev/null +++ b/bindep.txt @@ -0,0 +1,2 @@ +build-essential [platform:dpkg] +python-dev [platform:dpkg]