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
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.