liblunar: depend on python instead of :python
This commit is contained in:
parent
a70f3c6d3d
commit
b987425aec
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Liblunar < Formula
|
|||
depends_on "glib"
|
||||
depends_on "gettext"
|
||||
depends_on "vala" => :optional
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
depends_on "pygobject" if build.with? "python"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue