diff options
| author | Mike McQuaid | 2014-02-10 14:45:18 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-10 18:49:26 +0000 |
| commit | f7deafa692a10177ac035e63af7ff78584507a50 (patch) | |
| tree | 9a1028e883c9c46b9c5d89ddc6e3a48d1be7c648 /Library/Formula | |
| parent | 07786ed383dfe18e9d67c44b78729e8e78798bae (diff) | |
| download | homebrew-f7deafa692a10177ac035e63af7ff78584507a50.tar.bz2 | |
sip: remove unneeded PYTHONPATH.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sip.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index e575c42ae..de479e522 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -34,8 +34,6 @@ class Sip < Formula end pythons.each do |python, version| - ENV["PYTHONPATH"] = lib/"python#{version}/site-packages" - # Note the binary `sip` is the same for python 2.x and 3.x system python, "configure.py", "--deployment-target=#{MacOS.version}", |
