aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/v8.rb2
1 files changed, 1 insertions, 1 deletions
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