formula: return runtime_dependencies in to_hash.
Which, in turn, provides it for `brew info --json=v1` so other tools such as e.g. `brew bundle` can make use of this information.
This commit is contained in:
parent
9cce3414fb
commit
28ad8a06cc
@ -1618,6 +1618,7 @@ class Formula
|
|||||||
"used_options" => tab.used_options.as_flags,
|
"used_options" => tab.used_options.as_flags,
|
||||||
"built_as_bottle" => tab.built_as_bottle,
|
"built_as_bottle" => tab.built_as_bottle,
|
||||||
"poured_from_bottle" => tab.poured_from_bottle,
|
"poured_from_bottle" => tab.poured_from_bottle,
|
||||||
|
"runtime_dependencies" => tab.runtime_dependencies,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user