Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 00:10:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219584] [py-docker-py] missing dependency on py-websocket-client
Message-ID:  <bug-219584-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219584

            Bug ID: 219584
           Summary: [py-docker-py] missing dependency on
                    py-websocket-client
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: asomers@FreeBSD.org

docker-py requires websocket-client to function, but it's not a run-depends=
 of
the port.

>>> import docker
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/site-packages/docker/__init__.py", line 20=
, in
<module>
    from .client import Client, AutoVersionClient # flake8: noqa
  File "/usr/local/lib/python2.7/site-packages/docker/client.py", line 22, =
in
<module>
    import websocket
ImportError: No module named websocket

# pkg install py27-websocket-client
# python2.7
>>> import docker
>>>

--=20
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-219584-13>