Skip to content

Commit

Permalink
Update pkg dependencies for Ruby installs on Ubuntu/Debian.
Browse files Browse the repository at this point in the history
This was done by checking in scripts/requirements and adding missing
packages.

Closes sous-chefs#92
References sous-chefs#89
  • Loading branch information
fnichol committed Apr 15, 2012
1 parent 73486a5 commit 7422107
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions providers/ruby.rb
Expand Up @@ -120,10 +120,10 @@ def install_ruby_dependencies(rubie)
when /^ruby-/, /^ree-/, /^rbx-/, /^kiji/
case node['platform']
when "debian","ubuntu"
pkgs = %w{ build-essential bison openssl libreadline6 libreadline6-dev
zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0
libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev autoconf
libc6-dev ssl-cert }
pkgs = %w{ build-essential openssl libreadline6 libreadline6-dev
zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev
sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev
ncurses-dev automake libtool bison ssl-cert }
pkgs += %w{ subversion } if rubie =~ /^ruby-head$/
when "suse"
pkgs = %w{ gcc-c++ patch zlib zlib-devel libffi-devel
Expand All @@ -145,7 +145,7 @@ def install_ruby_dependencies(rubie)
#include_recipe "java"
case node['platform']
when "debian","ubuntu"
pkgs += %w{ g++ }
pkgs += %w{ g++ ant }
end
end

Expand Down

0 comments on commit 7422107

Please sign in to comment.