Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416031 - dev-python/rst2pdf-0.91 requires the roman module.
Summary: dev-python/rst2pdf-0.91 requires the roman module.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 416063
Blocks:
  Show dependency tree
 
Reported: 2012-05-15 05:46 UTC by Malcolm Purvis
Modified: 2012-05-19 09:25 UTC (History)
0 users

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


Attachments
Output from emerge --info (emerge-info.txt,4.86 KB, text/plain)
2012-05-15 05:46 UTC, Malcolm Purvis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Malcolm Purvis 2012-05-15 05:46:10 UTC
Created attachment 311807 [details]
Output from emerge --info

Some recent change has removed the roman python package from ~amd64.  Unfortunately this is required by rst2pdf:

$ rst2pdf --help
Traceback (most recent call last):
  File "/usr/bin/rst2pdf-2.7", line 9, in <module>
    load_entry_point('rst2pdf==0.91', 'console_scripts', 'rst2pdf')()
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 338, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2284, in load_entry_point
    return ep.load()
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 1994, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib64/python2.7/site-packages/rst2pdf/createpdf.py", line 70, in <module>
    from roman import toRoman
ImportError: No module named roman
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-05-19 09:25:05 UTC
In portage tree