aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nanopb-generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nanopb-generator.rb b/Library/Formula/nanopb-generator.rb
index 15922ba53..70d049210 100644
--- a/Library/Formula/nanopb-generator.rb
+++ b/Library/Formula/nanopb-generator.rb
@@ -5,7 +5,7 @@ class NanopbGenerator < Formula
url "http://koti.kapsi.fi/~jpa/nanopb/download/nanopb-0.2.7.tar.gz"
sha1 "7dce0b9e1f9e5d0614697a8ea1678cee76f14858"
- depends_on :python
+ depends_on :python if MacOS.version <= :snow_leopard
depends_on "protobuf"
resource "protobuf-python" do