aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index bca2f62c1..9f2dd3a5f 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -45,9 +45,6 @@ class Python < Formula
# A note is added upstream about the CLT requirement.
option 'with-dtrace', 'Install with DTrace support' if MacOS::CLT.installed?
- # Skip binaries so modules will load; skip lib because it is mostly Python files
- skip_clean ['bin', 'lib']
-
def site_packages_cellar
prefix/"Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages"
end