diff --git a/Formula/cheat.rb b/Formula/cheat.rb index 2f6e1fdd64109..dde7a7451d441 100644 --- a/Formula/cheat.rb +++ b/Formula/cheat.rb @@ -14,7 +14,7 @@ class Cheat < Formula sha256 "03c6ddbad8d372487e30bccd793a19f80e1aaa45970943bf0300710fe119b2b0" => :el_capitan end - depends_on :python if MacOS.version <= :snow_leopard + depends_on "python" if MacOS.version <= :snow_leopard resource "docopt" do url "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz"