def _filterProviders(providers, item, cfgData, dataCache):
"""
Take a list of providers and filter/reorder according to the
- environment variables and previous build results
+ environment variables
"""
eligible = []
preferred_versions = {}
def filterProviders(providers, item, cfgData, dataCache):
"""
Take a list of providers and filter/reorder according to the
- environment variables and previous build results
+ environment variables
Takes a "normal" target item
"""
def filterProvidersRunTime(providers, item, cfgData, dataCache):
"""
Take a list of providers and filter/reorder according to the
- environment variables and previous build results
+ environment variables
Takes a "runtime" target item
"""