Merge pull request #7273 from jonchang/python-cellar-build-deps
formula_cellar_checks: skip unless Python libs
This commit is contained in:
commit
24adf6af47
@ -180,6 +180,8 @@ module FormulaCellarChecks
|
|||||||
match.captures.first
|
match.captures.first
|
||||||
end.compact
|
end.compact
|
||||||
|
|
||||||
|
return if pythons.blank?
|
||||||
|
|
||||||
python_deps = deps.map(&:name)
|
python_deps = deps.map(&:name)
|
||||||
.grep(/^python(@.*)?$/)
|
.grep(/^python(@.*)?$/)
|
||||||
.map { |d| Formula[d].version.to_s[/^\d+\.\d+/] }
|
.map { |d| Formula[d].version.to_s[/^\d+\.\d+/] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user