-
When installing dependencies for a package, conflicting (!) dependencies are now deleted (with `apk del pkg`) whereas before a constraint for their _absence_ was added (with `apk add !pkg`). Doing it the new way around prevents creating deadlocks because a `!pkg` constraint will prevent pkg from ever being installed without an explicit `apk del` call. Fixes: #2092
Loading