tbb: depend on python instead of :python
This commit is contained in:
parent
6d54055b4e
commit
9fb3dad613
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Tbb < Formula
|
|||
# requires malloc features first introduced in Lion
|
||||
# https://github.com/Homebrew/homebrew/issues/32274
|
||||
depends_on :macos => :lion
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "swig" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue