From 238782e9b84b5c3bf3200e50c3e15029d34a55f9 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 12 Oct 2017 12:25:10 +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: I5634c42c09c7dc67b83b0ad411a50fe087f37aa5 --- 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]