trace2html: use system Python

This commit is contained in:
FX Coudert 2019-01-13 15:07:32 +01:00
parent 9495d40208
commit 2119ac1e7a

View file

@ -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"