Home
last modified time | relevance | path

Searched refs:new_manifest (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py63 new_manifest = collections.OrderedDict() variable
224 new_manifest[pypkg]['rdepends'] = []
225 new_manifest[pypkg]['files'] = []
231 new_manifest[pypkg]['cached'] = []
243 new_manifest[pypkg] = old_manifest[pypkg]
354 …if pymodule_dep not in new_manifest[pypkg]['files'] and pymodule_dep not in new_manifest[pypkg]['c…
424 for pypkg in new_manifest:
425 new_manifest[pypkg]['files'].sort()
426 new_manifest[pypkg]['cached'].sort()
427 new_manifest[pypkg]['rdepends'].sort()
[all …]