aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-04-04 11:55:36 +0100
committerMike McQuaid2014-04-04 11:55:36 +0100
commite9c0937052fb5651423246dca7a4ef6e6779faf9 (patch)
tree2216540ff34a1b100dffbe26cb2390aac91708cc
parent52fcd96588a9ea4d620241e8e4412df3ffc0d408 (diff)
downloadhomebrew-e9c0937052fb5651423246dca7a4ef6e6779faf9.tar.bz2
python_dependency: don't block pour when :build.
-rw-r--r--Library/Homebrew/requirements/python_dependency.rb2
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