Merge pull request #3613 from ilovezfs/allow-install-mixed-python-dependency-tree
formula_installer: allow version mismatched python deps
This commit is contained in:
commit
73cb1ac265
@ -179,6 +179,7 @@ class FormulaInstaller
|
||||
recursive_runtime_formulae.each do |f|
|
||||
name = f.name
|
||||
unversioned_name, = name.split("@")
|
||||
next if unversioned_name == "python"
|
||||
version_hash[unversioned_name] ||= Set.new
|
||||
version_hash[unversioned_name] << name
|
||||
next if version_hash[unversioned_name].length < 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user