svn commit: r501839 - head/www/py-websocket-client
Kubilay Kocak
koobs at FreeBSD.org
Fri May 17 12:36:02 UTC 2019
On 17/05/2019 9:41 pm, Antoine Brodin wrote:
> 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
>
Ahh the simple things. Thanks for the detail
More information about the svn-ports-head
mailing list