When I attempt to run kajongg here is what I get from the command line: kajongg Traceback (most recent call last): File "/usr/bin/kajongg", line 20, in <module> from qt import QObject, QCommandLineParser, QCommandLineOption, Qt, QGuiApplication File "/usr/share/kajongg/qt.py", line 12, in <module> from qtpy import uic ModuleNotFoundError: No module named 'qtpy' It would appear that QtPy need to be added as a dependency to the package.
Just got done building QtPy and the program is now running correctly. That dependency needs to be added to the ebuild.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/kde.git/commit/?id=6ebae7e102f08776fa664ec2577fc34d518c41a3 commit 6ebae7e102f08776fa664ec2577fc34d518c41a3 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-02-25 08:34:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-02-25 08:34:01 +0000 kde-apps/kajongg: Upstream switched from PyQt5 to QtPy Upstream commit dd01383c84dba7a66bf3bd48eaa17f5a5d21b75e Bug: https://bugs.gentoo.org/896148 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-apps/kajongg/kajongg-22.12.49.9999.ebuild | 2 +- kde-apps/kajongg/kajongg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fbc1045cd3a36fab181d52a78cbc7d86c67247 commit b8fbc1045cd3a36fab181d52a78cbc7d86c67247 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-02-25 08:34:01 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-02-25 08:37:34 +0000 kde-apps/kajongg: Upstream switched from PyQt5 to QtPy Upstream commit dd01383c84dba7a66bf3bd48eaa17f5a5d21b75e Closes: https://bugs.gentoo.org/896148 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-apps/kajongg/kajongg-22.08.3-r1.ebuild | 48 ++++++++++++++++++++++++++++++ kde-apps/kajongg/kajongg-22.12.2-r1.ebuild | 48 ++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+)