gprof2dot: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:52 -07:00
parent 58601d9901
commit 9ab6ef5fb3

View file

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