libproxy: depend on python@2
This commit is contained in:
parent
5d583eb509
commit
0d303b2758
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Libproxy < Formula
|
|||
depends_on "cmake" => :build
|
||||
# Non-fatally fails to build against system Perl, so stick to Homebrew's here.
|
||||
depends_on "perl" => :optional
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
args = std_cmake_args + %W[
|
||||
|
|
Loading…
Reference in a new issue