Skip to content
Snippets Groups Projects
Commit 6929b936 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2310 from rwhogg/remove-python-casks

Python requirements: Remove casks
parents 8518b6c4 57d66a79
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment