unbound: fix dependency order
This commit is contained in:
parent
de55e1b650
commit
9b2a3ac33f
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class Unbound < Formula
|
|||
|
||||
deprecated_option "with-python" => "with-python@2"
|
||||
|
||||
depends_on "openssl"
|
||||
depends_on "libevent"
|
||||
depends_on "openssl"
|
||||
depends_on "python@2" => :optional
|
||||
depends_on "swig" if build.with? "python@2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue