aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rabbitmq.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb
index b06a9cdb5..875113b0c 100644
--- a/Library/Formula/rabbitmq.rb
+++ b/Library/Formula/rabbitmq.rb
@@ -6,6 +6,7 @@ class Rabbitmq <Formula
md5 '4505ca0fd8718439bd6f5e2af2379e56'
depends_on 'erlang'
+ depends_on 'simplejson' => :python if MACOS_VERSION < 10.6
def install
erlang_libdir = lib + "rabbitmq" + "erlang" + "lib"