unoconv: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:46 -08:00
parent 4e97c57d0d
commit 400e5ff3b6
1 changed files with 1 additions and 1 deletions

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" if MacOS.version <= :snow_leopard
def install
system "make", "install", "prefix=#{prefix}"