cdiff: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:24 -08:00
parent c485791e72
commit 858939f492

View file

@ -7,7 +7,7 @@ class Cdiff < Formula
bottle :unneeded
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
conflicts_with "colordiff", :because => "both install `cdiff` binaries"