Bug 736692

Summary: Incorrect dependency
Product: [Fedora] Fedora EPEL Reporter: Sol Jerome <sol.jerome>
Component: python-sphinx10Assignee: Michel Lind <michel>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: michel
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: 2012-02-05 05:09:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to change python-jinja2 dependency to python-jinja none

Description Sol Jerome 2011-09-08 12:36:00 UTC
Created attachment 522107 [details]
Patch to change python-jinja2 dependency to python-jinja

Description of problem:

The spec file for python-sphinx10 lists python-jinja2 as a dependency, but there is no python-jinja2 package preventing python-sphinx10 from installing.

Version-Release number of selected component (if applicable):

python-sphinx10-1.0.4-4

How reproducible:

always

Steps to Reproduce:

yum install python-sphinx10
  
Actual results:

Error: Package: python-sphinx10-1.0.4-4.el6.noarch (epel)
           Requires: python-jinja2

Expected results:

python-sphinx10 should install without issue.

Additional info:

See attached patch

Comment 1 Michel Lind 2011-09-10 21:38:45 UTC
Sol,

Could you confirm which repositories you have enabled? I just tried on the EPEL5 and EPEL6 test machines and python-jinja2 is available there (as it's a build dependency as well as a runtime one, there is no way python-sphinx10 could have been built if jinja2 is not there in the first place).

Please let me know so we can track this down.