aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 34d3dd9f2..7269f828f 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -37,6 +37,9 @@ class Python3 < 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/pip3", "bin/pip-#{VER}"
+ skip_clean "bin/easy_install3", "bin/easy_install-#{VER}"
+
def patches
DATA if build.with? 'brewed-tk'
end