gprof2dot: depend on python@2
This commit is contained in:
parent
58601d9901
commit
9ab6ef5fb3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Gprof2dot < Formula
|
|||
end
|
||||
|
||||
depends_on "graphviz" => :recommended
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
|
||||
|
|
Loading…
Reference in a new issue