aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-23 17:54:53 +0100
committerMike McQuaid2013-09-23 17:55:10 +0100
commit71a2e39477725c9dbb01eb0a55fc2d38d3ec0d1f (patch)
tree686426f1bb9d65c769872d61e1774ca035a24b97 /Library/Formula
parent203bcbe80805fff1020955ceb18308ce5fc7b3de (diff)
downloadhomebrew-71a2e39477725c9dbb01eb0a55fc2d38d3ec0d1f.tar.bz2
ansible: add wrapper function TODO.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ansible.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index d439c50e6..37871884f 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -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'