diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 5f66b93e7a..aa8a28b8c5 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -126,7 +126,7 @@ class FormulaInstaller def verify_deps_exist begin - formula.recursive_dependencies.map(&:to_formula) + compute_dependencies rescue TapFormulaUnavailableError => e if e.tap.installed? raise