upgrade-util icon indicating copy to clipboard operation
upgrade-util copied to clipboard

[FIX] util/modules: fix discovery of no-deps modules

Open aj-fuentes opened this issue 11 months ago • 2 comments

When a module has no explicit dependency (e.g. pure JS module) and it is autoinstall=True the current dicovery mechanism completely ignores them.

In this patch we ensure that such dependecy-less modules are also handled.

aj-fuentes avatar Jan 09 '25 09:01 aj-fuentes

Pull request status dashboard

robodoo avatar Jan 09 '25 09:01 robodoo

upgradeci retry with always only base

KangOl avatar Jan 09 '25 10:01 KangOl