From 40a615f449602c357e723eb4c2fcec6cff9a4155 Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Sun, 7 Dec 2014 01:05:26 -0500 Subject: ansible: refurbish args for pycrypto Closes #34638. Closes #34746. --- Library/Formula/ansible.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3