Skip to content
Snippets Groups Projects
Commit 5b6d8724 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

python_dependency: always bottle with brew Python.

parent c789f907
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ class PythonDependency < Requirement
default_formula "python"
satisfy :build_env => false do
# Always build bottles against Homebrew Python as they still work
# against a 2.7 system Python.
next if ARGV.build_bottle?
python = which_python
next unless python
version = python_short_version
......
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