Description of problem: Upgraded git review Used git review to attempt to download a patch (git review -d XXXX) Got the error: Traceback (most recent call last): File "/usr/bin/git-review", line 6, in <module> from git_review.cmd import main File "/usr/lib/python2.7/site-packages/git_review/cmd.py", line 31, in <module> import requests ImportError: No module named requests Version-Release number of selected component: git-review-1.24-1.fc19 Additional info: reporter: libreport-2.2.2 cmdline: /usr/bin/python /usr/bin/git-review -d 5361 executable: /usr/bin/git-review kernel: 3.14.23-100.fc19.x86_64 runlevel: N 5 type: Python uid: 500 Truncated backtrace: #1 <module> in /usr/lib/python2.7/site-packages/git_review/cmd.py:31 #2 <module> in /usr/bin/git-review:6
Created attachment 958843 [details] File: backtrace
Created attachment 958844 [details] File: environ
It looks like installing "python-requests" is required. Should be a dependency, of course.
See also bug 1162709 (for F21).
git-review-1.24-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/git-review-1.24-2.fc19
Jeff, please test the build off the update link, thanks.
Package git-review-1.24-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing git-review-1.24-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-15381/git-review-1.24-2.fc19 then log in and leave karma (feedback).
Yep, git-review-1.24-2.fc19 fixes it. Steps to test: 0) yum remove git-review python-requests 1) yum install --enablerepo=updates-testing git-review-1.24-2.fc19 (1) also brought down the python-requests package as a dependency. A quick check indicates git-review works. Thanks for the quick turnaround! (I don't have a admin.fedoraproject.org login in order to provide karma/feedback.)
Sorry, but without a karma an update has to sit in updates-testing for a week.
git-review-1.24-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.