Merge pull request #12450 from scpeters/unbottled_taps

dev-cmd/unbottled: don't skip non-core formulae
This commit is contained in:
Mike McQuaid 2021-11-19 12:20:20 +00:00 committed by GitHub
commit 7241f8db2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)