nanopb-generator: rename python@2 dependency

This commit is contained in:
ilovezfs 2018-03-01 23:47:37 -08:00
parent 4b2c7f032c
commit b7280dc688

View file

@ -11,7 +11,7 @@ class NanopbGenerator < Formula
sha256 "a5f6e9fab63d0ecf3f7f52f1191ff16b7e01d2de063b9163462e4d5a49082b00" => :el_capitan
end
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "protobuf"
resource "protobuf-python" do