language/python: remove outdated "homebrew-" resource handling

This commit is contained in:
Rylan Polster 2021-03-14 14:17:02 -04:00
parent e3b451cce8
commit 4c4dcfa3bb
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -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")