afflib: depend on python instead of :python
This commit is contained in:
parent
ada7764120
commit
2ee2cd8c1e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Afflib < Formula
|
|||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on :osxfuse => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue