protobuf@2.5: depend on python instead of :python

master
ilovezfs 2018-01-01 11:59:10 -08:00
parent 673e4dd286
commit 2a7bdf111d
1 changed files with 1 additions and 1 deletions

View File

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