neovim: rename python@2 dependency
This commit is contained in:
parent
b7280dc688
commit
781cdc4f0d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Neovim < Formula
|
|||
depends_on "luajit"
|
||||
depends_on "msgpack"
|
||||
depends_on "unibilium"
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "lpeg" do
|
||||
url "https://luarocks.org/manifests/gvvaughan/lpeg-1.0.1-1.src.rock", :using => :nounzip
|
||||
|
|
Loading…
Reference in a new issue