aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
diff options
context:
space:
mode:
authorAlyssa Ross2016-09-30 14:16:00 +0100
committerAlyssa Ross2016-10-11 09:00:39 +0100
commitcd615acd5f6feec01283ced45ecb7ee16bedcba3 (patch)
treef51d953c68a4b600f4056ea4d7131eee8715bcea /Library/Homebrew/tab.rb
parent6be6ce33e0e5967f8e67801875bff6ab3f99b1ef (diff)
downloadbrew-cd615acd5f6feec01283ced45ecb7ee16bedcba3.tar.bz2
tab: don't interpret unknown deps as no deps
Diffstat (limited to 'Library/Homebrew/tab.rb')
-rw-r--r--Library/Homebrew/tab.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 379f2e8a4..06ee1693f 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -60,7 +60,6 @@ class Tab < OpenStruct
def self.from_file_content(content, path)
attributes = Utils::JSON.load(content)
attributes["tabfile"] = path
- attributes["runtime_dependencies"] ||= []
attributes["source_modified_time"] ||= 0
attributes["source"] ||= {}