python_dependency: don't block pour when :build.
This commit is contained in:
parent
2110aa2379
commit
efe7fe77a1
@ -14,7 +14,7 @@ class PythonDependency < Requirement
|
||||
end
|
||||
|
||||
def pour_bottle?
|
||||
system_python?
|
||||
tags.include?(:build) || system_python?
|
||||
end
|
||||
|
||||
def modify_build_environment
|
||||
|
Loading…
x
Reference in New Issue
Block a user