thrift: depend on python instead of :python

master
ilovezfs 2018-01-01 11:59:11 -08:00
parent ba00f6bd19
commit 58f6238717
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Thrift < Formula
depends_on "boost"
depends_on "openssl"
depends_on "libevent" => :optional
depends_on :python => :optional
depends_on "python" => :optional
def install
system "./bootstrap.sh" unless build.stable?