Skip to content

Commit

Permalink
requirements: remove unneeded Python27Dependency.
Browse files Browse the repository at this point in the history
PythonDependency now implies this.
  • Loading branch information
MikeMcQuaid committed Mar 12, 2014
1 parent ee4b157 commit 7f48e1a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Library/Homebrew/requirements.rb
Expand Up @@ -118,12 +118,3 @@ class GitDependency < Requirement
default_formula 'git'
satisfy { which('git') }
end

class Python27Dependency < Requirement
fatal true
default_formula 'python'
satisfy do
# Note that python -V outputs to stderr
`python -V 2>&1` =~ /^Python 2.7/
end
end

0 comments on commit 7f48e1a

Please sign in to comment.