Merge pull request #5072 from dpo/permit-openblas
audit: permit openblas for non-official taps
This commit is contained in:
commit
fa68ffebe3
@ -432,6 +432,7 @@ module Homebrew
|
|||||||
|
|
||||||
if @new_formula && dep_f.keg_only_reason &&
|
if @new_formula && dep_f.keg_only_reason &&
|
||||||
!["openssl", "apr", "apr-util"].include?(dep.name) &&
|
!["openssl", "apr", "apr-util"].include?(dep.name) &&
|
||||||
|
(!["openblas"].include?(dep.name) || @official_tap) &&
|
||||||
dep_f.keg_only_reason.reason == :provided_by_macos
|
dep_f.keg_only_reason.reason == :provided_by_macos
|
||||||
new_formula_problem(
|
new_formula_problem(
|
||||||
"Dependency '#{dep.name}' may be unnecessary as it is provided " \
|
"Dependency '#{dep.name}' may be unnecessary as it is provided " \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user