hg-flow: don't depend on :python.
Use the system Python instead.
This commit is contained in:
parent
8e00e49d6d
commit
22af03fc82
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue