hg-flow: don't depend on :python.

Use the system Python instead.
This commit is contained in:
Mike McQuaid 2014-05-01 21:06:37 +01:00
parent 8e00e49d6d
commit 22af03fc82

View file

@ -7,7 +7,7 @@ class HgFlow < Formula
head "http://bitbucket.org/yujiewu/hgflow", :using => :hg, :branch => 'develop'
depends_on :python
depends_on :python if MacOS.version <= :snow_leopard
def install
if build.head?