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
This commit is contained in:
Tony Breeds 2017-10-12 12:25:10 +11:00
parent 7aa6c64700
commit 238782e9b8
1 changed files with 2 additions and 0 deletions

2
bindep.txt Normal file
View File

@ -0,0 +1,2 @@
build-essential [platform:dpkg]
python-dev [platform:dpkg]