From 3bbb97e9240e41d9d1ff165817527e9429fcc03c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 28 Aug 2013 13:17:16 -0500 Subject: Don't change perms on pip and easy_install executables Fixes #20922. --- Library/Formula/python3.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3