Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5bc821

Browse files
committed
python packages specfied for fedora platform.
1 parent 02a7bdd commit e5bc821

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)