From e965dfe3e7e9cb3cc9a652536d316b4dece3d080 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 11 Mar 2016 10:35:00 -0500 Subject: [PATCH] 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 --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index 93d6333ae..b33ba3ce8 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -62,6 +62,7 @@ $SUDO yum -y install puppet \ libffi-devel \ libxml2-devel \ libxslt-devel \ + libyaml-devel \ ruby-devel \ openstack-selinux \ policycoreutils \