summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@huawei.com>2018-03-19 17:26:26 -0500
committerSean McGinnis <sean.mcginnis@huawei.com>2018-03-19 17:28:53 -0500
commit7c16543e4fad64123eb0b18a6dc35b6e0eaae164 (patch)
tree781aa871f8c0c124196ed75d32f4650bcd680d3b
parent36afeffc7edf5d03f6a0e365c884aeed146ac8d7 (diff)
downloadoslo-utils-7c16543e4fad64123eb0b18a6dc35b6e0eaae164.tar.gz
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
-rw-r--r--bindep.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 0000000..ba56188
--- /dev/null
+++ b/bindep.txt
@@ -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]