Right now the methods `bioconda_utils_iterative_build` and `alpine_iterative_build` returns a list with dependencies that should be added to the recipe. The question is then: how do we find out if a requirement is a "build" or a "host" requirement?
Right now the methods
bioconda_utils_iterative_buildandalpine_iterative_buildreturns a list with dependencies that should be added to the recipe.The question is then: how do we find out if a requirement is a "build" or a "host" requirement?