aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-06-17 14:10:22 +0100
committerMike McQuaid2014-06-20 13:03:00 +0100
commita40af6bfeeb9298d7e0476b0f7fceb00205fb679 (patch)
tree4ab8600c874f8d8b5b061eef3be26ef636568b61 /Library
parent6853d818381576d51e8b331b68e2b9fe5aa00285 (diff)
downloadhomebrew-a40af6bfeeb9298d7e0476b0f7fceb00205fb679.tar.bz2
ddar: only depend on Python on 10.6.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ddar.rb2
1 files changed, 1 insertions, 1 deletions
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