aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 5f66b93e7..aa8a28b8c 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