Commit Graph

2 Commits

Author SHA1 Message Date
Stephen Finucane efa9dcbba1 bindep: Use Python 3 devel packages
Change-Id: I6dbb8650b0bc3448143ed88570ce33820710b156
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-05-26 17:54:28 +01:00
Sean McGinnis 7c16543e4f Add bindep.txt file to prevent fallback to generic list
Jobs will look for bindep.txt in each repo to get a list of required
system packages to be installed. If that file is not found, it will
fallback to a generic bindep.txt file that contains many things that
are not needed for running oslo.utils jobs (things such as mysql and
postgres packages).

This adds a basic bindep.txt file with just a few packages to speed
up job setup times and prevent unnecessary work in the gate.

Change-Id: I7afa363b41b42f7dbd1e31a68b65f122eeffc447
2018-03-19 17:28:53 -05:00