Merge pull request #3911 from stek29/misfeature

build: do not skip runtime deps of buildtime deps
This commit is contained in:
Mike McQuaid 2018-03-13 09:03:23 +00:00 committed by GitHub
commit d5799a5a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,6 @@ class Build
Dependency.prune Dependency.prune
elsif dep.build? && dependent != formula elsif dep.build? && dependent != formula
Dependency.prune Dependency.prune
elsif dep.build?
Dependency.keep_but_prune_recursive_deps
end end
end end
end end