summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@huawei.com>2018-03-12 08:58:01 -0500
committerSean McGinnis <sean.mcginnis@huawei.com>2018-03-12 09:29:39 -0500
commitdf68d53fc59273ea89f33ed191a3cc1a311231e5 (patch)
tree70ed01fed8c15247130e44a98e8d877eb1376800 /bindep.txt
parentc89272335aee016775dc4c878a6c223927d3436d (diff)
downloadpython-cinderclient-df68d53fc59273ea89f33ed191a3cc1a311231e5.tar.gz
Add bindep.txt for system packages
Test jobs will look for a bindep.txt file in the repo to determine which system packages need to be installed. If it does not find a local one in the repo it will fall back to an OpenStack-wide bindep that has many packages not needed for most projects. This adds a limited list needed for this repo. For more details, see: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: Ic7e00b6a34c0e46c678e5c10ecf0e76faa9913c8
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 0000000..812bcba
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,13 @@
+# This is a cross-platform list tracking distribution packages needed by tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+gettext
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+libssl-dev [platform:ubuntu-xenial]
+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]