[Bug Report] corrected python dependency in rpm/opensnitch-ui.spec (original) (raw)

As of v 1.8.0:
utils/packaging/ui/rpm/opensnitch-ui.spec names python311-PyQt6 as required.
With this the opensnitch (user-) service errors out asking for module "PyQt6".
The service-log specifically asks for: "_CMDLINE /usr/bin/python3.13 -s /usr/bin/opensnitch-ui".

Installing python313-PyQt6 (and its deps) instead fixes this (service and ui run and perform, as before, all good)! python313 was also the version used when it was still v 1.7.0 and qt5.

Happened on current opensuse tumbleweed, don't quite see how it could be different elsewhere.
Thanks.