watchman: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:47 -08:00
parent 541e76f149
commit ae98969ed4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Watchman < Formula
end
depends_on :macos => :yosemite # older versions don't support fstatat(2)
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build