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
|
end
|
||||||
|
|
||||||
def pour_bottle?
|
def pour_bottle?
|
||||||
system_python?
|
tags.include?(:build) || system_python?
|
||||||
end
|
end
|
||||||
|
|
||||||
def modify_build_environment
|
def modify_build_environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user