root@5: depend on python instead of :python
This commit is contained in:
parent
436185912c
commit
9887ede4d8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class RootAT5 < Formula
|
|||
depends_on "openssl"
|
||||
depends_on "xrootd"
|
||||
depends_on :x11 => :optional
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
skip_clean "bin"
|
||||
|
||||
|
|
Loading…
Reference in a new issue