Bug 1178292 - RabbitVCS missing dependency python-simplejson
Summary: RabbitVCS missing dependency python-simplejson
Keywords:
Status: CLOSED DUPLICATE of bug 1083043
Alias: None
Product: Fedora
Classification: Fedora
Component: rabbitvcs
Version: 21
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Juan Manuel Rodriguez
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-03 17:10 UTC by cube00
Modified: 2015-01-03 17:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-03 17:31:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description cube00 2015-01-03 17:10:27 UTC
Description of problem:
Installing the rabbitvcs-thunar package does not have a required package python-simplejson listed as a dependency.

Version-Release number of selected component (if applicable):
Version     : 0.16
Release     : 3.fc21

How reproducible:
Very.

Steps to Reproduce:
1. $ sudo yum install rabbitvcs-thunar
2. $ thunar

Actual results:
When Thunar opens the context menus for RabbitVCS do not appear. Thunar from the terminal to see the error:

Traceback (most recent call last):
  File "/usr/lib64/thunarx-2/python/RabbitVCS.py", line 43, in <module>
    import rabbitvcs.ui.property_page
  File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/property_page.py", line 40, in <module>
    from rabbitvcs.services.checkerservice import StatusCheckerStub as StatusChecker
  File "/usr/lib/python2.7/site-packages/rabbitvcs/services/checkerservice.py", line 48, in <module>
    import simplejson
ImportError: No module named simplejson


Expected results:
Yum installs the additional package and Thunar displays the RabbitVCS context menus correctly.

Additional info:
I suspect this python module is used by more then just the Thunar plugin so the dependency should probably be listed in rabbitvcs-core with the others so all the other plugins also work correctly.

Comment 1 cube00 2015-01-03 17:31:59 UTC

*** This bug has been marked as a duplicate of bug 1083043 ***


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