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

Skip to content

Commit ab6c7ab

Browse files
Andrea Campijtimberman
Andrea Campi
authored and
jtimberman
committed
[COOK-553] FreeBSD support in the python cookbook
1 parent b8989ac commit ab6c7ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
recipe "python::pip", "Installs pip from source."
1313
recipe "python::virtualenv", "Installs virtualenv using the python_pip resource."
1414

15-
%w{ debian ubuntu centos redhat fedora }.each do |os|
15+
%w{ debian ubuntu centos redhat fedora freebsd }.each do |os|
1616
supports os
1717
end

recipes/package.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
["centos","redhat","fedora"] => {
2626
"default" => ["python26","python26-devel"]
2727
},
28+
["freebsd"] => {
29+
"default" => ["python"]
30+
},
2831
"default" => ["python","python-dev"]
2932
)
3033

0 commit comments

Comments
 (0)