curlish: rename python@2 dependency
This commit is contained in:
parent
7043d85b9f
commit
5fba0523a4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Curlish < Formula
|
|||
end
|
||||
|
||||
# curlish needs argparse (2.7+)
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
bin.install "curlish.py" => "curlish"
|
||||
|
|
Loading…
Reference in a new issue