Description of problem: Current Gajim in Cauldron does not install python3-pkg-resources as a direct or indirect dependency, but fails to launch without it, with: Traceback (most recent call last): File "/usr/bin/gajim", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' Installing the package python3-pkg-resources manually solves the problem, and Gajim launches normally. Version-Release number of selected component (if applicable): How reproducible: Every time. Steps to Reproduce: 1. Install 'gajim' package on a system without python3-pkg-resources already installed. 2. Launch Gajim from a terminal. 3. Get a Python backtrace/error that references pkg_resources. 4. Install python3-pkg-resources and launch Gajim again, now it works.
CC: (none) => jan-bugs
Assigning to the registered maintainer!
CC: (none) => geiger.david68210Assignee: bugsquad => mageia
Hi! Thanks for the report! Fixed version submitted :)
Resolution: (none) => FIXEDStatus: NEW => RESOLVED