Hide Forgot
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.
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.
Solved - this appears to have been a problem with our private repositories not containing the required packages.