diff --git a/Formula/protobuf@2.5.rb b/Formula/protobuf@2.5.rb index 30596be7ea7..34c27480f49 100644 --- a/Formula/protobuf@2.5.rb +++ b/Formula/protobuf@2.5.rb @@ -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"