| Summary: | Missing Requires | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Sailer <fedora> |
| Component: | oct2spec | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-11-22 23:17:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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: