From a40af6bfeeb9298d7e0476b0f7fceb00205fb679 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 17 Jun 2014 14:10:22 +0100 Subject: ddar: only depend on Python on 10.6. --- Library/Formula/ddar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ddar.rb b/Library/Formula/ddar.rb index 74b323660..12b4f05df 100644 --- a/Library/Formula/ddar.rb +++ b/Library/Formula/ddar.rb @@ -7,7 +7,7 @@ class Ddar < Formula head "https://github.com/basak/ddar.git" depends_on "xmltoman" => :build - depends_on :python + depends_on :python if MacOS.version <= :snow_leopard depends_on "protobuf" => "with-python" def install -- cgit v1.2.3