tab: add bottle_rebuild to runtime_dependencies.
				
					
				
			It can be useful to know, if a formula's dependencies were installed from a bottle, what rebuild of the bottle was used for debugging.
This commit is contained in:
		
							parent
							
								
									f104184214
								
							
						
					
					
						commit
						9e789279f5
					
				@ -100,9 +100,10 @@ class AbstractTab
 | 
			
		||||
      "full_name"         => formula.full_name,
 | 
			
		||||
      "version"           => formula.version.to_s,
 | 
			
		||||
      "revision"          => formula.revision,
 | 
			
		||||
      "bottle_rebuild"    => formula.bottle&.rebuild,
 | 
			
		||||
      "pkg_version"       => formula.pkg_version.to_s,
 | 
			
		||||
      "declared_directly" => declared_deps.include?(formula.full_name),
 | 
			
		||||
    }
 | 
			
		||||
    }.compact
 | 
			
		||||
  end
 | 
			
		||||
  private_class_method :formula_to_dep_hash
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user