From 20fb5207055304babb1b3276395c11a8f8ee441e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 7 Mar 2014 18:08:30 +0000 Subject: [PATCH] v8: just use PythonDependency as it implies 2.7. --- Formula/v8.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/v8.rb b/Formula/v8.rb index c07f51ad179..f1fc3701135 100644 --- a/Formula/v8.rb +++ b/Formula/v8.rb @@ -19,7 +19,7 @@ class V8 < Formula # gyp currently depends on a full xcode install # https://code.google.com/p/gyp/issues/detail?id=292 depends_on :xcode - depends_on Python27Dependency # gyp doesn't run under 2.6 or lower + depends_on :python # gyp doesn't run under 2.6 or lower depends_on 'readline' => :optional resource 'gyp' do