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
This commit is contained in:
Jesse Pretorius 2016-05-25 12:26:26 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 81fdcdbe1b
commit 0212635911
1 changed files with 7 additions and 4 deletions

View File

@ -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]