Bug 1299408

Summary: Unresolvable python dependencies
Product: [Fedora] Fedora EPEL Reporter: gad.maor
Component: git-reviewAssignee: Pete Zaitcev <zaitcev>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: el6CC: rhbugs, zaitcev
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-21 07:39:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description gad.maor 2016-01-18 10:15:26 UTC
Description of problem:
Package git-review-1.24-5.el6.noarch has unresolvable python dependencies.

Version-Release number of selected component (if applicable):
git-review-1.24-5.el6.noarch

How reproducible:
Always.

Steps to Reproduce:
1.yum install git-review
2.
3.

Actual results:
Receiving the following errors: 
--> Finished Dependency Resolution
Error: Package: git-review-1.24-5.el6.noarch (epel)
           Requires: python-requests
Error: Package: git-review-1.24-5.el6.noarch (epel)
           Requires: python-argparse
 You could try using --skip-broken to work around the problem

Expected results:
The package installs successfully.

Additional info:
The required python packages were manually installed using easy_install but for some reason, are not being detected by yum.
Tried to install directly with rpm -ivh git-review-1.24-5.el6.noarch.rpm - same results.

Comment 1 Anssi Johansson 2016-01-18 10:19:57 UTC
Works fine here. If you are using RHEL, read https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F and its "NOTE for RHN users". If you are using CentOS or something similar, make sure you have upgraded to version 6.7.

Comment 2 gad.maor 2016-01-21 07:39:27 UTC
Solved - this appears to have been a problem with our private repositories not containing the required packages.