Skip to content

Commit

Permalink
Merge pull request #15649 from Bo98/uses_from_macos-audit-fix
Browse files Browse the repository at this point in the history
formula_auditor: fix macOS system dependency false positive
  • Loading branch information
Bo98 authored Jul 9, 2023
2 parents 900513d + 9dc459b commit 5b30de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/formula_auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def audit_deps

if @core_tap &&
@new_formula &&
!dep.uses_from_macos? &&
dep_f.keg_only? &&
dep_f.keg_only_reason.provided_by_macos? &&
dep_f.keg_only_reason.applicable? &&
Expand Down

0 comments on commit 5b30de8

Please sign in to comment.