unbound: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:59:11 -08:00
parent eff80c846d
commit 40b42a1ec8

View file

@ -13,7 +13,7 @@ class Unbound < Formula
depends_on "openssl"
depends_on "libevent"
depends_on :python => :optional
depends_on "python" => :optional
depends_on "swig" if build.with?("python")
def install