unoconv: depend on python@2
This commit is contained in:
parent
8762db4607
commit
5944a6847c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Unoconv < Formula
|
|||
sha256 "cb6ddbfbd729b82ab62289c996f8150044ea66ea6ec1fa54c64736eccb1fa964" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
system "make", "install", "prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue