build: do not skip runtime deps of buildtime deps

Fix #3883
Revert 2fb5ead38a7632ff6f941909474767883a9e0252
This commit is contained in:
Viktor Oreshkin 2018-03-12 13:20:56 +03:00
parent 144356e238
commit 2e33541278

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