Bug 1565417 - Missing dependency on python3-gobject-base
Summary: Missing dependency on python3-gobject-base
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-dbusmock
Version: 29
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-10 01:26 UTC by Chris Halse Rogers
Modified: 2019-11-27 19:00 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-11-27 19:00:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Chris Halse Rogers 2018-04-10 01:26:39 UTC
Description of problem:
python3-dbusmock imports gi.repository, but the package doesn't depend on python gobject-introspection, resulting in failure to run.

How reproducible:
100%

Steps to Reproduce:
1. On a clean system, dnf install python3-dbusmock
2. Run python3 -m dbusmock

Actual results:
[root@cute-hog ~]# python3 -m dbusmock
Traceback (most recent call last):
  File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.6/site-packages/dbusmock/__main__.py", line 59, in <module>
    from gi.repository import GLib
ModuleNotFoundError: No module named 'gi'


Expected results:
[root@cute-hog ~]# python3 -m dbusmock
usage: __main__.py [-h] [-s] [-l PATH] [-t NAME] [-m] [-p PARAMETERS]
                   [NAME] [PATH] [INTERFACE]
__main__.py: error: Not using a template, you must specify NAME, PATH, and INTERFACE


Additional info:
Installing python3-gobject-base is a fix

Comment 1 Jan Kurik 2018-08-14 10:07:29 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle.
Changing version to '29'.

Comment 2 Ben Cotton 2019-10-31 20:53:52 UTC
This message is a reminder that Fedora 29 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 29 on 2019-11-26.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '29'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 29 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Ben Cotton 2019-11-27 19:00:40 UTC
Fedora 29 changed to end-of-life (EOL) status on 2019-11-26. Fedora 29 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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