[Bug 197034] Missing dependency of git-review on py27-requests
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 23 18:58:40 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197034
Bug ID: 197034
Summary: Missing dependency of git-review on py27-requests
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: marcel at FreeBSD.org
On a pristine 10.1 FreeBSD installation with git-review installed, running
git-review gives:
marcel at fbsd % git-review
Traceback (most recent call last):
File "/usr/local/bin/git-review", line 6, in <module>
from git_review.cmd import main
File "/usr/local/lib/python2.7/site-packages/git_review/cmd.py", line 31, in
<module>
import requests
ImportError: No module named requests
marcel at fbsd %
Manual installation of py27-requests (2.4.3) fixed this problem:
marcel at fbsd % git-review
No '.gitreview' file found in this repository. We don't know where
your gerrit is. Please manually create a remote named "gerrit" and try
again.
.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list