Merge pull request #10850 from Rylan12/remove-homebrew-python-resoruces
language/python: remove outdated "homebrew-" resource handling
This commit is contained in:
commit
1e37fbd362
@ -256,8 +256,6 @@ module Language
|
||||
targets = Array(targets)
|
||||
targets.each do |t|
|
||||
if t.respond_to? :stage
|
||||
next if t.name.start_with? "homebrew-"
|
||||
|
||||
t.stage { do_install Pathname.pwd }
|
||||
else
|
||||
t = t.lines.map(&:strip) if t.respond_to?(:lines) && t.include?("\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user