aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-14 07:23:06 -0700
committerAdam Vandenberg2012-09-14 07:23:06 -0700
commita71b084821ed62376f335a7a1c2d8f6051c811aa (patch)
tree6f24f37bdd75ef9a28751b6f2c6a9110f71cff6d /Library
parent1caba60e937756f2f740072050c11646ff8e175c (diff)
downloadhomebrew-a71b084821ed62376f335a7a1c2d8f6051c811aa.tar.bz2
python/3: remove skip-clean
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/python.rb3
-rw-r--r--Library/Formula/python3.rb3
2 files changed, 0 insertions, 6 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
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 61ab7e093..43518dd54 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -31,9 +31,6 @@ class Python3 < Formula
option 'quicktest', 'Run `make quicktest` after the build'
- # 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/3.2/lib/python3.2/site-packages"
end