[Bug 199338] [devel/py-jsonpatch][patch] Add py-jsonpointer dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 10 01:17:09 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199338

            Bug ID: 199338
           Summary: [devel/py-jsonpatch][patch] Add py-jsonpointer
                    dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: saper at saper.info
                CC: harm at weites.com
          Keywords: patch
                CC: harm at weites.com
             Flags: maintainer-feedback?(harm at weites.com)

Created attachment 155399
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155399&action=edit
Add dependency

The port installs fine in poudriere, but it's not working at all, unless
py-jsonpointer is already installed.


root at m:/usr/ports/devel/py-jsonpatch # python2.7
Python 2.7.9 (default, Mar 30 2015, 23:18:05) 
[GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)]
on freebsd10
Type "help", "copyright", "credits" or "license" for more information.
>>> import jsonpatch
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/site-packages/jsonpatch.py", line 45, in
<module>
    from jsonpointer import JsonPointer, JsonPointerException
ImportError: No module named jsonpointer
>>>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list