passpie: depend on python instead of :python
This commit is contained in:
parent
361962b144
commit
75e60efb20
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Passpie < Formula
|
|||
sha256 "9676b9237428cd46ce1fcfb42b7911ebf96a7df2535e936bb60d3f57507db8f4" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "gnupg"
|
||||
|
||||
resource "click" do
|
||||
|
|
Loading…
Reference in a new issue