tbb: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:44 -08:00
parent 6d54055b4e
commit 9fb3dad613

View file

@ -14,7 +14,7 @@ class Tbb < Formula
# requires malloc features first introduced in Lion # requires malloc features first introduced in Lion
# https://github.com/Homebrew/homebrew/issues/32274 # https://github.com/Homebrew/homebrew/issues/32274
depends_on :macos => :lion depends_on :macos => :lion
depends_on :python if MacOS.version <= :snow_leopard depends_on "python" if MacOS.version <= :snow_leopard
depends_on "swig" => :build depends_on "swig" => :build
def install def install