Zypper verify result question

Running the additional kde/qt repos

zypper ve is giving me the following

zypper ve
Loading repository data...
Reading installed packages...

The following 21 applications are going to be REMOVED:
  "Activity Bar" "Analog Clock" "Application Menu" "Battery and Brightness" "CPU Load Monitor" Calendar
  Clipboard Desktop "Device Notifier" "Digital Clock" "Grouping Plasmoid" "Hard Disk I/O Monitor" "Hard Disk
  Space Usage" Icon Lock/Logout "Media Player" "Memory Status" "Network Monitor" Notifications "Panel
  Spacer" "System Tray"

The following package is going to be reinstalled:
  plasma5-workspace

1 package to reinstall.
Overall download size: 5.4 MiB. Already cached: 0 B. No additional space will be used or freed after the
operation.
Some of the dependencies of installed packages are broken. In order to fix these dependencies, the following
 actions need to be taken:
**Continue? [y/n/? shows all options] (y): **


My normal process of update is Yast > Software Management - View by repos - Update all in list if newer avail

Any thoughts welcome

See, from which Repo plasma5-workspace is installed:

zypper se -si plasma5-workspace

That’s because additional OBS repos don’t contain the full appstream metadata, so the information that plasma5-workspace contains that “applications” is missing and zypper thinks they will be removed.
That’s a limitation of OBS currently.

Although there is also a “bug” in the plasma5-workspace package’s appstream data as well.

See also zypper ve showing package error that will not repair - Applications - openSUSE Forums

Ignore that, there’s no way for you to fix it (other than removing the extra KDE/Qt repos and switching back to the standard 42.2 packages), and it’s just cosmetic.
And not a new problem either, such things did/do happen since ever zypper got support for “applications” years ago (in 13.2 or maybe even 13.1).

Right thanks .