Skip to content

community/plasma-workspace: resolve circular dependency

kde-cli-tools depends on plasma-workspace at build time, while plasma-workspace depends on kde-cli-tools at run time. This currently causes a circular dependency apk can not resolve when both of these packages haven't been build before.

Ideally apk just doesn't install $depends when building packages, as that would resolve this without having to modify this package and possibly breaking it. This isn't however the case so let's make it build for now by removing the runtime dependency. Hopefully not too much breaks because of this

Fixes #11785 (closed)

Merge request reports