unoconv: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:48 -08:00
parent 574f51b610
commit 156f18e0ca

View file

@ -12,7 +12,7 @@ class Unoconv < Formula
sha256 "cb6ddbfbd729b82ab62289c996f8150044ea66ea6ec1fa54c64736eccb1fa964" => :el_capitan
end
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "python@2" if MacOS.version <= :snow_leopard
def install
system "make", "install", "prefix=#{prefix}"