cheat: depend on python@2
This commit is contained in:
parent
e2703aa6cf
commit
96a4217b20
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Cheat < Formula
|
|||
sha256 "03c6ddbad8d372487e30bccd793a19f80e1aaa45970943bf0300710fe119b2b0" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
resource "docopt" do
|
||||
url "https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue