From f97fdb18a5680156eaad04952ace0dba5201f0bf Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 1 Jan 2018 11:42:45 -0800 Subject: [PATCH] trace2html: depend on python instead of :python --- Formula/trace2html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/trace2html.rb b/Formula/trace2html.rb index 393dc52afc..58cfc3e0d7 100644 --- a/Formula/trace2html.rb +++ b/Formula/trace2html.rb @@ -7,7 +7,7 @@ class Trace2html < Formula bottle :unneeded - depends_on :python if MacOS.version <= :snow_leopard + depends_on "python" if MacOS.version <= :snow_leopard def install libexec.install Dir["*"]