Bug 24261 - Gajim is missing a dependency on python3-pkg-resources
Summary: Gajim is missing a dependency on python3-pkg-resources
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal major
Target Milestone: ---
Assignee: Sander Lepik
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-29 20:13 CET by JanKusanagi
Modified: 2019-01-29 21:45 CET (History)
2 users (show)

See Also:
Source RPM: gajim-1.1.2-1.mga7.src.rpm
CVE:
Status comment:


Attachments

Description JanKusanagi 2019-01-29 20:13:52 CET
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.
JanKusanagi 2019-01-29 20:14:46 CET

CC: (none) => jan-bugs

Comment 1 David GEIGER 2019-01-29 20:57:10 CET
Assigning to the registered maintainer!

CC: (none) => geiger.david68210
Assignee: bugsquad => mageia

Comment 2 Sander Lepik 2019-01-29 21:45:43 CET
Hi!

Thanks for the report! Fixed version submitted :)

Resolution: (none) => FIXED
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.