Home
last modified time | relevance | path

Searched defs:dep_path (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py28 def fix_path(dep_path): argument
92 dep_path = '' variable
96 dep_path = sys.modules['%s' % item].__file__ variable
119 dep_path = '${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py' variable
124 dep_path = fix_path(dep_path) variable
132 dep_path = dep_path.replace(soabi,'*') variable
136 dep_path = dep_path.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*") variable