diff --git a/Library/Homebrew/requirements/python_requirement.rb b/Library/Homebrew/requirements/python_requirement.rb
index 696b9c800a4b23d5dd962044a17e23469dfa6793..e62ec4cfefb513b5a7e62c85d62bac191a8f1129 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 }