credstash: depend on python instead of :python
This commit is contained in:
parent
2eea1085b3
commit
30d3799ee1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Credstash < Formula
|
|||
sha256 "05ef27ad2eee1543b2b97da6d7b0bc52793a57a66e2a6182a06323863e66eecf" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "openssl"
|
||||
|
||||
resource "asn1crypto" do
|
||||
|
|
Loading…
Reference in a new issue