Bug 710407 - Missing Requires
Summary: Missing Requires
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: oct2spec
Version: 15
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-03 10:41 UTC by Thomas Sailer
Modified: 2011-11-22 23:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-22 23:17:30 UTC
Type: ---


Attachments (Terms of Use)

Description Thomas Sailer 2011-06-03 10:41:26 UTC
Description of problem:
oct2spec should require python-jinja2

Version-Release number of selected component (if applicable):
oct2spec-1.0.1-2.fc15.noarch

How reproducible:
always

Steps to Reproduce:
1.yum install oct2spec
2.oct2rpm -p specfun
  
Actual results:
$ oct2rpm -p specfun
Traceback (most recent call last):
  File "/usr/bin/oct2rpm", line 4, in <module>
    from Oct2spec.oct2rpm import oct2rpm
  File "/usr/lib/python2.7/site-packages/Oct2spec/oct2rpm.py", line 29, in <module>
    from Oct2spec.OctPackage import OctPackage
  File "/usr/lib/python2.7/site-packages/Oct2spec/Oct2spec.py", line 34, in <module>
    import OctPackage
  File "/usr/lib/python2.7/site-packages/Oct2spec/OctPackage.py", line 29, in <module>
    from Spec import *
  File "/usr/lib/python2.7/site-packages/Oct2spec/Spec.py", line 28, in <module>
    from jinja2 import Template
ImportError: No module named jinja2

Expected results:


Additional info:


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