Merge pull request #3952 from Homebrew/revert-3911-misfeature

Revert "build: do not skip runtime deps of buildtime deps"
This commit is contained in:
ilovezfs 2018-03-21 07:05:43 -07:00 committed by GitHub
commit 85ebe88094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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