Python requirements: Remove casks

Neither python nor python3 are available from Caskroom.

Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
This commit is contained in:
Bob W. Hogg 2017-03-10 18:08:49 -08:00
parent fd3333929b
commit 57d66a797c

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 }