From cd615acd5f6feec01283ced45ecb7ee16bedcba3 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 30 Sep 2016 14:16:00 +0100 Subject: tab: don't interpret unknown deps as no deps --- Library/Homebrew/tab.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Homebrew/tab.rb') 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"] ||= {} -- cgit v1.2.3