From 0212635911678e36ba8728cacb79e35430f11a54 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 25 May 2016 12:26:26 +0100 Subject: [PATCH] Enable CentOS support This patch changes the other-requirements to ensure that the CentOS gate check passes. Change-Id: I12a493e7a1816b9406e6d7f7a2be19382c9d4a0a Implements: blueprint multi-platform-host --- other-requirements.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/other-requirements.txt b/other-requirements.txt index 9590ef6..e2b0473 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -10,8 +10,11 @@ # will fall back to installing its default packages which # will potentially be detrimental to the tests executed. -libselinux-python [platform:rpm] - # Requirements for Paramiko 2.0 -libssl-dev -libffi-dev +libssl-dev [platform:dpkg] +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] +openssl-devel [platform:rpm] + +# For selinux +libselinux-python [platform:rpm]