ansible: add wrapper function TODO.

This commit is contained in:
Mike McQuaid 2013-09-23 17:54:53 +01:00
parent 299817999d
commit b7d5f0bde4

View file

@ -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'