Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
python/3: remove skip-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv authored and Dennis Luxen committed Sep 17, 2012
1 parent 1fb5cec commit fd1d12d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Library/Formula/python.rb
Expand Up @@ -45,9 +45,6 @@ class Python < Formula
# A note is added upstream about the CLT requirement. # A note is added upstream about the CLT requirement.
option 'with-dtrace', 'Install with DTrace support' if MacOS::CLT.installed? 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 def site_packages_cellar
prefix/"Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages" prefix/"Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages"
end end
Expand Down
3 changes: 0 additions & 3 deletions Library/Formula/python3.rb
Expand Up @@ -31,9 +31,6 @@ class Python3 < Formula


option 'quicktest', 'Run `make quicktest` after the build' 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 def site_packages_cellar
prefix/"Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages" prefix/"Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages"
end end
Expand Down

0 comments on commit fd1d12d

Please sign in to comment.