If I build only frameworks and workspace modules I need to exclude kaccounts-mobile as it has dependencies that belong to the kde-pim and applications modules $ ./kdesrc-build kaccounts-mobile --pretend --include-dependencies --rc-file ../kdesrc-build-config/kdesrc-build-workspace | grep Cloning Cloning kaccounts-integration Cloning kcontacts Cloning khelpcenter Cloning kio-extras Cloning kcalcore Cloning libkgapi Reproducible: Always
You might also look into the --print-modules option if you just want to know which modules will be built, and why kdesrc-build is including them in the build set. Either way if there's a bug here, it's properly in kaccounts-mobile (in that it should be meeting all dependency requirements if it is to be in KDE Workspace). As long as its KDE dependencies are accurately listed (even if they break some policies) then there is no bug as far as project metadata is concerned. For what it's worth I've also added kaccounts-mobile to my "ignore-modules" line for kde/workspace and I could add it as an example in the sample configuration file if there's interest.