svn commit: r501839 - head/www/py-websocket-client

Antoine Brodin antoine at freebsd.org
Fri May 17 11:41:49 UTC 2019


On Fri, May 17, 2019 at 12:58 PM Kubilay Kocak <koobs at freebsd.org> wrote:
> Thanks Antoine, but what was the actual error observed?
>
> I QA'd this pretty thoroughly (including a full test suite run/pass) so
> it would be handy to know the exact failure mode
>
> Python > 2.7.9 has match_hostname and websocket-client checks for the
> stdlib before falling back to backports:
>
>         if hasattr(ssl, "match_hostname"):
>              from ssl import match_hostname
>          else:
>              from backports.ssl_match_hostname import match_hostname

Did you check the generated package?

# cat /usr/local/lib/python2.7/site-packages/websocket_client-0.56.0-py2.7.egg-info/requires.txt
six
backports.ssl_match_hostname

Antoine


More information about the svn-ports-head mailing list