diff options
| author | Mike McQuaid | 2014-03-07 18:08:30 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-12 13:57:10 +0000 |
| commit | ee4b157c4224988256531652ffeb3dce7f8a8490 (patch) | |
| tree | 630b93077ab3e259ede11e81e114c0012216512a /Library/Formula | |
| parent | 5e660ec4b565089747d4093c761948864472b65c (diff) | |
| download | homebrew-ee4b157c4224988256531652ffeb3dce7f8a8490.tar.bz2 | |
v8: just use PythonDependency as it implies 2.7.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/v8.rb | 2 |
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 |
