credstash: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:26 -08:00
parent 2eea1085b3
commit 30d3799ee1

View file

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