hyperscan: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:36:54 -07:00
parent bf2fde7ad6
commit e5e5e4dfc6

View file

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