aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-03-11 08:29:49 +0000
committerGitHub2017-03-11 08:29:49 +0000
commit6929b936ab149b1fea2b691f653dc239f109ab77 (patch)
treed2d9cf300328287d06fa98a0f20d1af7dc6d51da
parent8518b6c4f74c1de2676019b266092921a30d4a76 (diff)
parent57d66a797c0aeacc14c83299d3c7ae9e6ce0bd8d (diff)
downloadbrew-6929b936ab149b1fea2b691f653dc239f109ab77.tar.bz2
Merge pull request #2310 from rwhogg/remove-python-casks
Python requirements: Remove casks
-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 }