audit: fix broken deps check
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4a48a5f7a3
commit
4dfa2806b9
@ -318,7 +318,7 @@ def audit_formula_instance f
|
||||
problems << " * Can't find dependency \"#{d}\"."
|
||||
end
|
||||
|
||||
case d
|
||||
case d.name
|
||||
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
|
||||
problems << <<-EOS
|
||||
* Don't use #{d} as a dependency. We allow non-Homebrew
|
||||
|
Loading…
x
Reference in New Issue
Block a user