Skip to content

Commit

Permalink
trace2html: rename python@2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 2, 2018
1 parent dd6c1df commit c6caed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/trace2html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Trace2html < Formula

bottle :unneeded

depends_on "python" if MacOS.version <= :snow_leopard
depends_on "python@2" if MacOS.version <= :snow_leopard

def install
libexec.install Dir["*"]
Expand Down

0 comments on commit c6caed1

Please sign in to comment.