From 8af2c122fa732abf54d10cd9debf14462c7eb636 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 12 Jul 2016 07:46:14 +0100 Subject: [PATCH] Add other-requirements.txt This patch implements the other-requirements.txt file to ensure that OpenStack-CI does not install anything on the build host which we do not expect to be there. Change-Id: I5854f9fb1a1303e9bdb1d0ed17ba058629d60408 --- other-requirements.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 0000000000..e2b047351c --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,20 @@ +# This file facilitates OpenStack-CI package installation +# before the execution of any tests. +# +# See the following for details: +# - http://docs.openstack.org/infra/bindep/ +# - https://github.com/openstack-infra/bindep +# +# Even if the role does not make use of this facility, it +# is better to have this file empty, otherwise OpenStack-CI +# will fall back to installing its default packages which +# will potentially be detrimental to the tests executed. + +# Requirements for Paramiko 2.0 +libssl-dev [platform:dpkg] +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] +openssl-devel [platform:rpm] + +# For selinux +libselinux-python [platform:rpm]