silk: depend on python instead of :python
This commit is contained in:
parent
94dfc4bddc
commit
d638f921b6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Silk < Formula
|
|||
depends_on "glib"
|
||||
depends_on "libfixbuf"
|
||||
depends_on "yaf"
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue