protobuf@2.5: depend on python instead of :python
parent
673e4dd286
commit
2a7bdf111d
|
@ -18,7 +18,7 @@ class ProtobufAT25 < Formula
|
|||
option "with-test", "Run build-time check"
|
||||
option :cxx11
|
||||
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
|
||||
deprecated_option "with-check" => "with-test"
|
||||
|
||||
|
|
Loading…
Reference in New Issue