We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02a7bdd + e5bc821 commit 50ada46Copy full SHA for 50ada46
recipes/package.rb
@@ -28,8 +28,9 @@
28
node.default['python']['binary'] = "/usr/bin/python26"
29
else
30
python_pkgs = value_for_platform_family(
31
- "debian" => ["python","python-dev"],
32
- "rhel" => ["python","python-devel"],
+ "debian" => ["python","python-dev"],
+ "rhel" => ["python","python-devel"],
33
+ "fedora" => ["python","python-devel"],
34
"freebsd" => ["python"],
35
"smartos" => ["python27"],
36
"default" => ["python","python-dev"]
0 commit comments