-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When we deal with the optional dependencies, atm the user is being asked which ones to install.
There are scenarios where there could be optional 2nd, 3rd... n-th level optional dependencies.
Currently those are ignored. My proposal would be to solve the tree several times, workflow:
- Have the user select optional dependencies for the current package
- Resolve for this tree
- If the shared- or optional-dependencies have optional dependencies of their own GOTO 1 and repeat until the whole tree is resolved, similar on what zypper does when running
zypper dup
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request