neovim: depend on python@2
This commit is contained in:
parent
a78ffb5bbb
commit
b900e94ce6
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@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
resource "lpeg" do
|
||||
url "https://luarocks.org/manifests/gvvaughan/lpeg-1.0.1-1.src.rock", :using => :nounzip
|
||||
|
|
Loading…
Reference in a new issue