Internal APIs changed due to transition from "dependencies" to "libraries".
Note classical dependency packages are no longer supported in favor of organizing python packages in $data/Libs paths.
This step was required to support multiple python plugin hosts.
As a result manager.list_dependencies() is obsolete. Replacing by manager.list_libraries() doesn't not make sense as libraries are not organized under Packages and can't be reloaded with current implementation of AutomaticPackageReloader.
Internal APIs changed due to transition from "dependencies" to "libraries".
Note classical dependency packages are no longer supported in favor of organizing python packages in
$data/Libs
paths.This step was required to support multiple python plugin hosts.
As a result
manager.list_dependencies()
is obsolete. Replacing bymanager.list_libraries()
doesn't not make sense as libraries are not organized under Packages and can't be reloaded with current implementation of AutomaticPackageReloader.