audit: check for DB deps too

This commit is contained in:
Adam Vandenberg 2011-11-29 18:50:44 -08:00
parent 45a87ab8d9
commit 7278eaec51

View File

@ -265,7 +265,7 @@ def audit_formula_instance f
end
case d
when "git", "python", "ruby", "emacs"
when "git", "python", "ruby", "emacs", "mysql", "postgresql"
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew #{d} installs."
end
end