From d82390349bd0970646cf8ebb06af82eef6e930b1 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Mon, 7 Jan 2013 16:24:02 -0700 Subject: [PATCH] Remove libyaml-devel pkg dependency for red hat family platforms. ruby-build builds its own libyaml for all Ruby versions 1.9 and up. --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index b98b6fb..bf05dfe 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -34,7 +34,7 @@ node.set['ruby_build']['install_pkgs'] = %w{ tar bash curl git } node.set['ruby_build']['install_pkgs_cruby'] = %w{ gcc-c++ patch readline readline-devel zlib zlib-devel - libyaml-devel libffi-devel openssl-devel + libffi-devel openssl-devel make bzip2 autoconf automake libtool bison libxml2 libxml2-devel libxslt libxslt-devel git subversion autoconf }