dev-cmd/unbottled: don't skip non-core formulae
Related to Homebrew/homebrew-test-bot#705 Signed-off-by: Steve Peters <scpeters@openrobotics.org>
This commit is contained in:
parent
1e37a188cb
commit
aa4e39785c
@ -123,8 +123,6 @@ module Homebrew
|
||||
uses_hash = {}
|
||||
|
||||
all_formulae.each do |f|
|
||||
next unless f.core_formula?
|
||||
|
||||
deps = f.recursive_dependencies do |_, dep|
|
||||
Dependency.prune if dep.optional?
|
||||
end.map(&:to_formula)
|
||||
|
Loading…
x
Reference in New Issue
Block a user