ansible: add wrapper function TODO.
This commit is contained in:
parent
299817999d
commit
b7d5f0bde4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Ansible < Formula
|
|||
depends_on :python
|
||||
depends_on 'libyaml'
|
||||
|
||||
# TODO: Move this into Library/Homebrew somewhere (see also mitmproxy.rb).
|
||||
def wrap bin_file, pythonpath
|
||||
bin_file = Pathname.new bin_file
|
||||
libexec_bin = Pathname.new libexec/'bin'
|
||||
|
|
Loading…
Reference in a new issue