cantera: don't depend on :python.

Use the system Python instead.
This commit is contained in:
Mike McQuaid 2014-04-30 23:36:13 +01:00
parent 891102eddf
commit 552e29e6eb

View file

@ -12,7 +12,7 @@ class Cantera < Formula
sha1 "4c73614bb39725ef6bdc85cbc97e148a3e49241d" => :lion
end
depends_on :python
depends_on :python if MacOS.version <= :snow_leopard
depends_on :fortran => :build
depends_on 'graphviz'