Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py526 scanned_deps = self.scan_python_dependencies([os.path.join(srctree, p) for p in to_scan])
538 def scan_python_dependencies(self, paths): member in PythonRecipeHandler