diff options
| author | Mike McQuaid | 2014-01-20 13:49:21 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-20 15:43:00 -0800 |
| commit | ccc0a3a24d0d96ff035d34586865617c47c74b4a (patch) | |
| tree | 362d3428849f1a0b17e3e13509547abc1d65f155 | |
| parent | b3f4929f9d753ec7fb587cfbb065884d659fb81f (diff) | |
| download | homebrew-ccc0a3a24d0d96ff035d34586865617c47c74b4a.tar.bz2 | |
python: remove yucky parentheses.
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 5f8e32f36..6dbee657a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -196,7 +196,7 @@ class Python < Formula "do_readline = '#{HOMEBREW_PREFIX}/opt/readline/lib/libhistory.dylib'" end - def distutils_fix_stdenv() + def distutils_fix_stdenv # Python scans all "-I" dirs but not "-isysroot", so we add # the needed includes with "-I" here to avoid this err: # building dbm using ndbm |
