From 1004c527a47b3c065a9db93c6f9e40b1ce73dd22 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 25 Mar 2014 11:33:09 -0500 Subject: python3: remove manual symlinking It seems these are created automatically in recent releases. --- Library/Formula/python3.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 494367f7d..940fbf5c4 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -124,11 +124,6 @@ class Python3 < Formula Dir["#{site_packages}/*.py{,c,o}"].each {|f| Pathname.new(f).unlink } (site_packages/"sitecustomize.py").write(sitecustomize) - # "python3" executable is forgotten for framework builds. - # Make sure homebrew symlinks it to HOMEBREW_PREFIX/bin. - ln_sf "#{bin}/python#{VER}", "#{bin}/python3" - ln_sf "#{bin}/python#{VER}-config", "#{bin}/python3-config" - # Remove old setuptools installations that may still fly around and be # listed in the easy_install.pth. This can break setuptools build with # zipimport.ZipImportError: bad local file header -- cgit v1.2.3