diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ansible.rb | 4 |
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" |
