Revert "build: do not skip runtime deps of buildtime deps"

This commit is contained in:
ilovezfs 2018-03-21 05:30:51 -07:00 committed by GitHub
parent 8040c82e9e
commit e0a5284d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,8 @@ 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