Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 22:35:56 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Antoine Brodin <antoine@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r501839 - head/www/py-websocket-client
Message-ID:  <f627cb66-1d17-4170-0c7f-9655f4745bb6@FreeBSD.org>
In-Reply-To: <CAALwa8k1oHPsc8x%2BGN6fgGJtSpu1EZfZFo7JSkvUYjy5ez_o3A@mail.gmail.com>
References:  <201905170822.x4H8MRgW081754@repo.freebsd.org> <186d3850-2cf7-bac4-f568-2c370c3554bc@FreeBSD.org> <CAALwa8k1oHPsc8x%2BGN6fgGJtSpu1EZfZFo7JSkvUYjy5ez_o3A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 17/05/2019 9:41 pm, Antoine Brodin wrote:
> On Fri, May 17, 2019 at 12:58 PM Kubilay Kocak <koobs@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f627cb66-1d17-4170-0c7f-9655f4745bb6>