Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

python packages specfied for fedora platform. #61

Merged
merged 1 commit into from
Dec 4, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipes/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
node.default['python']['binary'] = "/usr/bin/python26"
else
python_pkgs = value_for_platform_family(
"debian" => ["python","python-dev"],
"rhel" => ["python","python-devel"],
"debian" => ["python","python-dev"],
"rhel" => ["python","python-devel"],
"fedora" => ["python","python-devel"],
"freebsd" => ["python"],
"smartos" => ["python27"],
"default" => ["python","python-dev"]
Expand Down