From a71b084821ed62376f335a7a1c2d8f6051c811aa Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 14 Sep 2012 07:23:06 -0700 Subject: python/3: remove skip-clean --- Library/Formula/python3.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3