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

Commit 50ada46

Browse files
committed
Merge pull request #61 from paulczar/patch-1
python packages specfied for fedora platform.
2 parents 02a7bdd + e5bc821 commit 50ada46

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

recipes/package.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
node.default['python']['binary'] = "/usr/bin/python26"
2929
else
3030
python_pkgs = value_for_platform_family(
31-
"debian" => ["python","python-dev"],
32-
"rhel" => ["python","python-devel"],
31+
"debian" => ["python","python-dev"],
32+
"rhel" => ["python","python-devel"],
33+
"fedora" => ["python","python-devel"],
3334
"freebsd" => ["python"],
3435
"smartos" => ["python27"],
3536
"default" => ["python","python-dev"]

0 commit comments

Comments
 (0)