aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements/python_requirement.rb
diff options
context:
space:
mode:
authorBob W. Hogg2017-03-10 18:08:49 -0800
committerBob W. Hogg2017-03-10 18:08:49 -0800
commit57d66a797c0aeacc14c83299d3c7ae9e6ce0bd8d (patch)
treeb8dd5e7d4e6384ea58af7745161cc2d5819b52d5 /Library/Homebrew/requirements/python_requirement.rb
parentfd3333929b997fbf4588228a5876a8a7a4772af4 (diff)
downloadbrew-57d66a797c0aeacc14c83299d3c7ae9e6ce0bd8d.tar.bz2
Python requirements: Remove casks
Neither python nor python3 are available from Caskroom. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
Diffstat (limited to 'Library/Homebrew/requirements/python_requirement.rb')
-rw-r--r--Library/Homebrew/requirements/python_requirement.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/requirements/python_requirement.rb b/Library/Homebrew/requirements/python_requirement.rb
index 696b9c800..e62ec4cfe 100644
--- a/Library/Homebrew/requirements/python_requirement.rb
+++ b/Library/Homebrew/requirements/python_requirement.rb
@@ -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 }