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
This commit is contained in:
Tony Breeds 2017-10-12 12:03:13 +11:00
parent c722a78bea
commit bdf91d1682
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]