aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-12 10:02:06 -0500
committerJack Nagel2014-05-12 10:02:06 -0500
commit11ecf33fd81566032648fbea575a1be0fe780767 (patch)
treec4fcc85a332aa01bbd7270e4a959e4be38099505 /Library/Formula
parent57f0a41b761247718f312f10e20e9381441a8906 (diff)
downloadhomebrew-11ecf33fd81566032648fbea575a1be0fe780767.tar.bz2
euca2ools: remove arg filtering hack
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/euca2ools.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/euca2ools.rb b/Library/Formula/euca2ools.rb
index 543914dc8..013d53144 100644
--- a/Library/Formula/euca2ools.rb
+++ b/Library/Formula/euca2ools.rb
@@ -38,12 +38,6 @@ class Euca2ools < Formula
ENV.prepend_create_path "PYTHONPATH", libexec+"lib/python2.7/site-packages"
install_args = ["setup.py", "install", "--prefix=#{libexec}"]
- # lxml'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("requestbuilder").stage { system "python", *install_args }
resource("requests").stage { system "python", *install_args }
resource("setuptools").stage { system "python", *install_args }