Skip to content

Commit

Permalink
gprof2dot: 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 0dc007f commit 1ecc330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gprof2dot.rb
Expand Up @@ -14,7 +14,7 @@ class Gprof2dot < Formula
end

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

def install
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
Expand Down

0 comments on commit 1ecc330

Please sign in to comment.