Add libyaml-devel to list of dependencies

This fixes a non-fatal error when installing PyAML, triggered when
installing Packstack from source.
check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory

Change-Id: I6974c8407baeebc385196aa166eef29141322b5e
This commit is contained in:
David Moreau Simard 2016-03-11 10:35:00 -05:00
parent 916705a2d7
commit e965dfe3e7
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ $SUDO yum -y install puppet \
libffi-devel \
libxml2-devel \
libxslt-devel \
libyaml-devel \
ruby-devel \
openstack-selinux \
policycoreutils \