drkonqi is missing dependencies on Arch Linux
Some dependencies were missing from kdesrc-build --initial-setup
-- The following RUNTIME packages have not been found:
* psutil-PythonModule, Python module 'psutil' is a runtime dependency.
* pygdbmi-PythonModule, Python module 'pygdbmi' is a runtime dependency.
* sentry_sdk-PythonModule, Python module 'sentry_sdk' is a runtime dependency.
-- The following REQUIRED packages have not been found:
* chai-PythonModule, Python module chai is required for testing.
CMake Error at /usr/share/cmake/Modules/FeatureSummary.cmake:464 (message):
feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
run.
Weirdly enough, I had extra/python-chai and extra/python-psutil packages installed. The error did not change after installing extra/python-sentry_sdk and extra/python-pygdbmi. Turned out, this was caused by having python312 built and installed in the system (for the sake of testing kde-builder), even though it was not overriding the default one, so it's gotta be CMake fault as well.