diff options
| author | Mike McQuaid | 2014-04-04 11:55:36 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-04 11:55:36 +0100 |
| commit | efe7fe77a1382114ac4706e42a4acb2f18e1427a (patch) | |
| tree | 98133068c8a443582c5b87df9121a783a6864961 /Library | |
| parent | 2110aa23799a8346c91256c2a186c2fc3be7627c (diff) | |
| download | brew-efe7fe77a1382114ac4706e42a4acb2f18e1427a.tar.bz2 | |
python_dependency: don't block pour when :build.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/requirements/python_dependency.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/python_dependency.rb b/Library/Homebrew/requirements/python_dependency.rb index b16018ca9..e5e75abf7 100644 --- a/Library/Homebrew/requirements/python_dependency.rb +++ b/Library/Homebrew/requirements/python_dependency.rb @@ -14,7 +14,7 @@ class PythonDependency < Requirement end def pour_bottle? - system_python? + tags.include?(:build) || system_python? end def modify_build_environment |
