audit: don't try to audit missing deps

Refs Homebrew/homebrew#20829.
This commit is contained in:
Jack Nagel 2013-06-26 18:08:54 -05:00
parent 249a3f1465
commit a89c501486

View File

@ -134,6 +134,7 @@ class FormulaAuditor
dep_f = dep.to_formula
rescue FormulaUnavailableError
problem "Can't find dependency #{dep.name.inspect}."
next
end
dep.options.reject do |opt|