diff options
| author | Tim D. Smith | 2014-12-07 01:05:26 -0500 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-07 07:27:54 -0500 |
| commit | 40a615f449602c357e723eb4c2fcec6cff9a4155 (patch) | |
| tree | 183041a05bf2d16090e88421995715925368490c /Library | |
| parent | f96e6ec0c1e489fe1aab60097b32d6d6eb30731d (diff) | |
| download | homebrew-40a615f449602c357e723eb4c2fcec6cff9a4155.tar.bz2 | |
ansible: refurbish args for pycrypto
Closes #34638. Closes #34746.
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" |
