xdot: depend on python instead of :python
This commit is contained in:
parent
295839f118
commit
0367994844
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Xdot < Formula
|
|||
|
||||
depends_on "pygobject3"
|
||||
depends_on "pygtk"
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
|
||||
|
|
Loading…
Reference in a new issue