Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 18:58:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197034] Missing dependency of git-review on py27-requests
Message-ID:  <bug-197034-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: marcel@FreeBSD.org

On a pristine 10.1 FreeBSD installation with git-review installed, running
git-review gives:

marcel@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@fbsd %

Manual installation of py27-requests (2.4.3) fixed this problem:

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197034-13>