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
This commit is contained in:
parent
36afeffc7e
commit
7c16543e4f
9
bindep.txt
Normal file
9
bindep.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
locales [platform:debian]
|
||||
python-dev [platform:dpkg]
|
||||
python-devel [platform:rpm]
|
||||
python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
|
||||
python3-dev [platform:dpkg]
|
||||
python3-devel [platform:fedora]
|
Loading…
Reference in New Issue
Block a user