From 752d1fa114a7f04334cbad7d46bb459691792334 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 4 Jan 2023 14:19:22 +0000 Subject: [PATCH] formula_installer: add comment. --- Library/Homebrew/formula_installer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index fe2ef1402a..2d5bc92540 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1156,6 +1156,7 @@ class FormulaInstaller def fetch_dependencies return if ignore_deps? + # Don't output dependencies if we're explicitly installing them. deps = compute_dependencies.reject do |dep, _options| self.class.fetched.include?(dep.to_formula) end