From dc970c0c61a2a6ee26c04b675c6a96db85d672dd Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 25 Dec 2014 20:44:43 +0000 Subject: Set cask and download DSL values on requirements. Closes #35257. Signed-off-by: Mike McQuaid --- Library/Homebrew/requirements/python_dependency.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/requirements/python_dependency.rb') diff --git a/Library/Homebrew/requirements/python_dependency.rb b/Library/Homebrew/requirements/python_dependency.rb index d5294c1e3..1db0bc811 100644 --- a/Library/Homebrew/requirements/python_dependency.rb +++ b/Library/Homebrew/requirements/python_dependency.rb @@ -3,6 +3,7 @@ require "language/python" class PythonDependency < Requirement fatal true default_formula "python" + cask "python" satisfy :build_env => false do python = which_python @@ -51,6 +52,7 @@ end class Python3Dependency < PythonDependency fatal true default_formula "python3" + cask "python3" satisfy(:build_env => false) { which_python } -- cgit v1.2.3