From fdf17daed40f94a263639456ad220efd3177f77f Mon Sep 17 00:00:00 2001 From: "Eric G. Wolfe" Date: Tue, 8 May 2012 16:13:40 -0400 Subject: [PATCH] [COOK-1268] - Add redhat family python packages for platform_version > 6 --- recipes/package.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/package.rb b/recipes/package.rb index 5a44da3..48dd188 100644 --- a/recipes/package.rb +++ b/recipes/package.rb @@ -22,7 +22,8 @@ ["debian","ubuntu"] => { "default" => ["python","python-dev"] }, - ["centos","redhat","fedora"] => { + ["centos","redhat","scientific","amazon","fedora"] => { + ["6.0","6.1","6.2"] => ["python","python-devel"], "default" => ["python26","python26-devel"] }, ["freebsd"] => {