hyperscan: depend on python@2
This commit is contained in:
parent
bf2fde7ad6
commit
e5e5e4dfc6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Hyperscan < Formula
|
|||
|
||||
option "with-debug", "Build with debug symbols"
|
||||
|
||||
depends_on "python@2" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :build
|
||||
depends_on "boost" => :build
|
||||
depends_on "ragel" => :build
|
||||
depends_on "cmake" => :build
|
||||
|
|
Loading…
Reference in a new issue