diff options
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index f24c87dc9..f4384ae61 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -33,6 +33,9 @@ class Python < Formula depends_on 'homebrew/dupes/tcl-tk' if build.with? 'brewed-tk' depends_on :x11 if build.with? 'brewed-tk' and Tab.for_name('tcl-tk').used_options.include?('with-x11') + skip_clean 'bin/pip', 'bin/pip-2.7' + skip_clean 'bin/easy_install', 'bin/easy_install-2.7' + def patches p = [] p << 'https://gist.github.com/paxswill/5402840/raw/75646d5860685c8be98858288d1772f64d6d5193/pythondtrace-patch.diff' if build.with? 'dtrace' |
