From 8768a664afbf6c18713fc61e4c96e0c5467b5369 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 20 Jan 2014 13:50:14 -0800 Subject: python3: remove yucky parentheses. --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3