aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-12 10:01:40 -0500
committerJack Nagel2014-05-12 10:01:40 -0500
commit57f0a41b761247718f312f10e20e9381441a8906 (patch)
tree399e11b5d365b63d0453225d9982b7a5c79b555d /Library/Formula
parent0b5df0a4f5635340002ab939461cbfd84f864f84 (diff)
downloadhomebrew-57f0a41b761247718f312f10e20e9381441a8906.tar.bz2
ansible: remove arg filtering hack
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ansible.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb
index 2354058b9..50cfd1678 100644
--- a/Library/Formula/ansible.rb
+++ b/Library/Formula/ansible.rb
@@ -52,12 +52,6 @@ class Ansible < Formula
ENV.prepend_create_path 'PYTHONPATH', prefix+'lib/python2.7/site-packages'
install_args = [ "setup.py", "install", "--prefix=#{libexec}" ]
- # pycrypto's C bindings use flags unrecognized by clang,
- # but since it doesn't use a makefile arg refurbishment
- # is normally not enabled.
- # See https://github.com/Homebrew/homebrew/issues/27639
- ENV.append 'HOMEBREW_CCCFG', 'O'
-
resource('pycrypto').stage { system "python", *install_args }
resource('pyyaml').stage { system "python", *install_args }
resource('paramiko').stage { system "python", *install_args }