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:
Steve Peters 2021-11-18 08:13:44 -08:00
parent 1e37a188cb
commit aa4e39785c
No known key found for this signature in database
GPG Key ID: FEE8781DA266BCA6

View File

@ -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)