libdnet: depend on python@2
This commit is contained in:
parent
acd7abfcb0
commit
20f0a4f903
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Libdnet < Formula
|
|||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
# autoreconf to get '.dylib' extension on shared lib
|
||||
|
|
Loading…
Reference in a new issue