`fetch-package` may not fetch all dependencies needed for `package`
fetch-package
only gathers recipes from the package files, while package
uses the Oven to resolve the dependencies of the recipes being built, and so it may require recipes that weren't fetched. This is a problem for --offline
. See, f.ex.: !128 (merged)
Edited by Nirbheek Chauhan