aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-12-07 01:05:26 -0500
committerTim D. Smith2014-12-07 07:27:54 -0500
commit40a615f449602c357e723eb4c2fcec6cff9a4155 (patch)
tree183041a05bf2d16090e88421995715925368490c /Library
parentf96e6ec0c1e489fe1aab60097b32d6d6eb30731d (diff)
downloadhomebrew-40a615f449602c357e723eb4c2fcec6cff9a4155.tar.bz2
ansible: refurbish args for pycrypto
Closes #34638. Closes #34746.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ansible.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index 248038a9c..3b1ef15b2 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -92,6 +92,10 @@ class Ansible < Formula
end
def install
+ # pycrypto needs this on 10.8
+ # https://github.com/Homebrew/homebrew/pull/34682#issuecomment-65813603
+ ENV.refurbish_args
+
ENV["PYTHONPATH"] = libexec/"vendor/lib/python2.7/site-packages"
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"