From ee4b157c4224988256531652ffeb3dce7f8a8490 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 7 Mar 2014 18:08:30 +0000 Subject: v8: just use PythonDependency as it implies 2.7. --- Library/Formula/v8.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index c07f51ad1..f1fc37011 100644 --- a/Library/Formula/v8.rb +++ b/Library/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 -- cgit v1.2.3