aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-05-01 21:06:37 +0100
committerMike McQuaid2014-05-06 19:34:02 +0100
commit305ab0af6811c758eae83978ee0e36b25f6be7ec (patch)
tree855d51fbff8b1f014e1dcfa0dff3af7e8850e066 /Library/Formula
parent643b8a95fbd2fa48efca5eff7b2bb762ce0d15e2 (diff)
downloadhomebrew-305ab0af6811c758eae83978ee0e36b25f6be7ec.tar.bz2
hg-flow: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hg-flow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hg-flow.rb b/Library/Formula/hg-flow.rb
index 6cb9d60a9..0eda3660a 100644
--- a/Library/Formula/hg-flow.rb
+++ b/Library/Formula/hg-flow.rb
@@ -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?