Merge pull request #2310 from rwhogg/remove-python-casks

Python requirements: Remove casks
This commit is contained in:
Mike McQuaid 2017-03-11 08:29:49 +00:00 committed by GitHub
commit 6929b936ab

View File

@ -3,7 +3,6 @@ require "language/python"
class PythonRequirement < Requirement
fatal true
default_formula "python"
cask "python"
satisfy build_env: false do
python = which_python
@ -56,7 +55,6 @@ end
class Python3Requirement < PythonRequirement
fatal true
default_formula "python3"
cask "python3"
satisfy(build_env: false) { which_python }