wxpython: only depend on Python on 10.6.

master
Mike McQuaid 2014-06-17 14:11:57 +01:00
parent 2baad8c070
commit 175a160c18
1 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,10 @@ class Wxpython < Formula
url "https://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2"
sha1 "48451763275cfe4e5bbec49ccd75bc9652cba719"
depends_on :python
depends_on FrameworkPython
if MacOS.version <= :snow_leopard
depends_on :python
depends_on FrameworkPython
end
depends_on "wxmac"
def install