pmb.chroot.apk: Delete conflicting dependencies
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 (closed)
Relates: postmarketOS/pmaports!2687
Edited by Administrator