ydcv: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:37:14 -07:00
parent d6c6980ff0
commit b1c27d2d8f

View file

@ -6,7 +6,7 @@ class Ydcv < Formula
bottle :unneeded
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"
def install
bin.install "src/ydcv.py" => "ydcv"