trace2html: depend on python@2
This commit is contained in:
parent
0f25de5c7d
commit
1696d9021e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Trace2html < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
|
|
Loading…
Reference in a new issue