Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 01:17:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199338] [devel/py-jsonpatch][patch] Add py-jsonpointer dependency
Message-ID:  <bug-199338-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: saper@saper.info
                CC: harm@weites.com
          Keywords: patch
                CC: harm@weites.com
             Flags: maintainer-feedback?(harm@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@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.



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