diff options
| author | Mike McQuaid | 2014-06-17 14:11:41 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-20 13:03:00 +0100 |
| commit | e41769c652c30c5aff13ee524e868f8b2b752742 (patch) | |
| tree | 6330137355d0e060370678a2fb1d934446ac58e5 /Library/Formula | |
| parent | 7f7b2a0a6cc83c1533d6a8ffe5f469ba1f0a8f09 (diff) | |
| download | homebrew-e41769c652c30c5aff13ee524e868f8b2b752742.tar.bz2 | |
reclass: only depend on Python on 10.6.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/reclass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/reclass.rb b/Library/Formula/reclass.rb index 6f5f57c22..7a61908de 100644 --- a/Library/Formula/reclass.rb +++ b/Library/Formula/reclass.rb @@ -6,7 +6,7 @@ class Reclass < Formula url "https://github.com/madduck/reclass/archive/reclass-1.3.tar.gz" sha1 "eaa8eb1fd22aa040fa7a57c613c6223706904578" - depends_on :python + depends_on :python if MacOS.version <= :snow_leopard def install ENV.prepend_create_path "PYTHONPATH", "#{libexec}/lib/python2.7/site-packages" |
