aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-01-20 13:50:14 -0800
committerMike McQuaid2014-01-20 15:43:00 -0800
commit8768a664afbf6c18713fc61e4c96e0c5467b5369 (patch)
treeb49d135d1d7240bd303c4a481273720209da3a9c /Library/Formula/python3.rb
parent0a82b3a90b2cf5979bb843aaae1998a90ac3d1ab (diff)
downloadhomebrew-8768a664afbf6c18713fc61e4c96e0c5467b5369.tar.bz2
python3: remove yucky parentheses.
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
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