trace2html: use system Python
This commit is contained in:
parent
9495d40208
commit
2119ac1e7a
1 changed files with 1 additions and 2 deletions
|
@ -4,11 +4,10 @@ class Trace2html < Formula
|
|||
url "https://github.com/google/trace-viewer/archive/2015-07-07.tar.gz"
|
||||
version "2015-07-07"
|
||||
sha256 "6125826d07869fbd634ef898a45df3cabf45e6bcf951f2c63e49f87ce6a0442a"
|
||||
revision 1
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
bin.install_symlink libexec/"tracing/trace2html"
|
||||
|
|
Loading…
Reference in a new issue