unbound: fix dependency order

This commit is contained in:
commitay 2018-09-18 13:31:13 +10:00
parent de55e1b650
commit 9b2a3ac33f

View file

@ -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"