[Bug 219584] [py-docker-py] missing dependency on py-websocket-client

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 27 00:10:41 UTC 2017


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

            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 at FreeBSD.org
          Reporter: asomers at 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
>>>

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


More information about the freebsd-ports-bugs mailing list