nanopb-generator: fix dependency order

This commit is contained in:
commitay 2018-09-18 09:15:33 +10:00
parent 34d0a94035
commit a4c47ec96f

View file

@ -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"