Revert "formula_installer: tweak dependent requirements."
This reverts commit cc752e97f6dcfb3e58c9e753262926672edeb571. Fixes #1585. I will open a new issue for the actual underlying bug here (that requirements aren't being handled correctly based on the stable/devel spec used at installation time).
This commit is contained in:
parent
e57da601d7
commit
3c6b1daf2b
@ -404,8 +404,8 @@ class FormulaInstaller
|
|||||||
fatals = []
|
fatals = []
|
||||||
|
|
||||||
req_map.each_pair do |dependent, reqs|
|
req_map.each_pair do |dependent, reqs|
|
||||||
next if dependent.installed?
|
|
||||||
reqs.each do |req|
|
reqs.each do |req|
|
||||||
|
next if dependent.installed? && req.name == "maximummacos"
|
||||||
@requirement_messages << "#{dependent}: #{req.message}"
|
@requirement_messages << "#{dependent}: #{req.message}"
|
||||||
fatals << req if req.fatal?
|
fatals << req if req.fatal?
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user