muttils: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:36 -08:00
parent 509bb74db4
commit 42536ab2e7

View file

@ -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"