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