thrift: cleanup python usage.
This commit is contained in:
parent
501aef9483
commit
d1ffdecb83
1 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,7 @@ class Thrift < Formula
|
|||
end
|
||||
|
||||
def caveats
|
||||
s = <<-EOS.undent
|
||||
<<-EOS.undent
|
||||
To install Ruby bindings:
|
||||
gem install thrift
|
||||
|
||||
|
@ -61,7 +61,6 @@ class Thrift < Formula
|
|||
brew install thrift --with-php
|
||||
|
||||
EOS
|
||||
s += python.standard_caveats if python
|
||||
end
|
||||
end
|
||||
__END__
|
||||
|
|
Loading…
Reference in a new issue