
We'd like to be able to make some jobs that run tox on other projects for ease of testing. This should allow us to do that. Change-Id: I774a76eaaea16d8ea218b439a099b5c9335c2fc5
Installs distro packages using bindep tool
Looks for a bindep.txt
in a project's source directory,
or failing that a other-requirements.txt
. If one exists,
run bindep
on the file to produce a list of required distro
packages that do not exist and then install the missing packages.