Skip to content

Commit

Permalink
python: remove yucky parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 20, 2014
1 parent 1aa5253 commit ded15f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/python.rb
Expand Up @@ -196,7 +196,7 @@ def distutils_fix_superenv(args)
"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
Expand Down

0 comments on commit ded15f3

Please sign in to comment.