python_dependency: don't block pour when :build.

This commit is contained in:
Mike McQuaid 2014-04-04 11:55:36 +01:00
parent 2110aa2379
commit efe7fe77a1

View File

@ -14,7 +14,7 @@ class PythonDependency < Requirement
end
def pour_bottle?
system_python?
tags.include?(:build) || system_python?
end
def modify_build_environment