unbound: depend on python instead of :python
This commit is contained in:
parent
eff80c846d
commit
40b42a1ec8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue