Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295311 - dev-util/hgview-1.1.3 should depend on dev-python/docutils
Summary: dev-util/hgview-1.1.3 should depend on dev-python/docutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 12:46 UTC by Benjamin Schindler
Modified: 2009-12-17 22:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Schindler 2009-12-01 12:46:41 UTC
hgview 1.1.3 requires docutils to run. Otherwise, an error is thrown: 

Traceback (most recent call last):                                                                                                      
  File "/usr/bin/hgview", line 24, in <module>                                                                                          
    from hgviewlib.qt4.hgrepoviewer import main                                                                                         
  File "/usr/lib64/python2.6/site-packages/hgviewlib/qt4/hgrepoviewer.py", line 29, in <module>                                         
    from hgviewlib.qt4.helpviewer import HelpViewer                                                                                     
  File "/usr/lib64/python2.6/site-packages/hgviewlib/qt4/helpviewer.py", line 26, in <module>                                           
    from docutils.core import publish_string                                                                                            
ImportError: No module named docutils.core

Reproducible: Always
Comment 1 Dror Levin (RETIRED) gentoo-dev 2009-12-17 22:58:49 UTC
Fixed in CVS, thanks for reporting.