diff options
| author | Mike McQuaid | 2014-01-20 13:50:14 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-20 15:43:00 -0800 |
| commit | 8768a664afbf6c18713fc61e4c96e0c5467b5369 (patch) | |
| tree | b49d135d1d7240bd303c4a481273720209da3a9c /Library/Formula/python3.rb | |
| parent | 0a82b3a90b2cf5979bb843aaae1998a90ac3d1ab (diff) | |
| download | homebrew-8768a664afbf6c18713fc61e4c96e0c5467b5369.tar.bz2 | |
python3: remove yucky parentheses.
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 88cc4596d..1cc2ac045 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -193,7 +193,7 @@ class Python3 < 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 |
