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:
parent
fd3333929b
commit
57d66a797c
@ -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 }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user