From a4c47ec96fbce5a347b2846fdc2cd0fc74ebd540 Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 18 Sep 2018 09:15:33 +1000 Subject: [PATCH] nanopb-generator: fix dependency order --- Formula/nanopb-generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/nanopb-generator.rb b/Formula/nanopb-generator.rb index dc61979f2a..48a965f3a7 100644 --- a/Formula/nanopb-generator.rb +++ b/Formula/nanopb-generator.rb @@ -12,8 +12,8 @@ class NanopbGenerator < Formula sha256 "298fbe96efa71f53a4bfb7ae92d0e1cf31b8d9749611300ecc02dcefe20be9d8" => :el_capitan end - depends_on "python@2" depends_on "protobuf" + depends_on "python@2" conflicts_with "mesos", :because => "they depend on an incompatible version of protobuf"