Skip to content
  • Johannes Marbach's avatar
    pmb.chroot.apk: Delete conflicting dependencies (MR 2157) · 6d7d1130
    Johannes Marbach authored and Oliver Smith's avatar Oliver Smith committed
    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
    6d7d1130
Loading