muttils: depend on python instead of :python
This commit is contained in:
parent
509bb74db4
commit
42536ab2e7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Muttils < Formula
|
|||
sha256 "63e819c0bb96a56ed0f159ab816aeac84805a52333bd23298a17cd2abddcb17b" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
conflicts_with "talk-filters", :because => "both install `wrap` binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue