Merge "Enable CentOS support"

This commit is contained in:
Jenkins 2016-05-25 18:47:24 +00:00 committed by Gerrit Code Review
commit 2192b83469
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]