[python-bugzilla] python-bugzilla issue on F22?

Arun Babu Neelicattu arun.neelicattu at gmail.com
Thu Jul 23 03:10:30 UTC 2015


The issues seems to be caused due to:
https://github.com/kennethreitz/requests/blob/master/requests/__init__.py#L52-L56

That enables SNI on python 2 when ndg-httpsclient is available essentially.
Haven't dug into this further. Probably see if we have a usable workaround
(monkey patch a monkey patch?) or patch upstream in requests.

On Thu, Jul 23, 2015 at 4:17 AM Cole Robinson <crobinso at redhat.com> wrote:

> On 07/22/2015 02:06 PM, Joe Orton wrote:
> > On Wed, Jul 22, 2015 at 10:56:26AM -0400, Cole Robinson wrote:
> >> I'm guessing you have some outdated python dep somewhere in your python
> path.
> >> Check python -c 'import sys; print sys.path' non-system paths for any
> stale
> >> installs.
> >
> > Thanks for the suggestsion - I had checked that already... but you
> > prompted me to confirm correct operation on another F22 machine.
> >
> > I compared a strace from failing vs passing /usr/bin/bugzilla.  The
> > presence of the "python-ndg_httpsclient" package on the system breaks
> > python-bugzilla.  Remove it, bugzilla works, install it again, bugzilla
> > fails.  Can anybody else confirm that result?
> >
>
> Confirmed... that's interesting. I don't really have time to dig into it
> now.
> Can you file a bug against that package and CC me?
>
> Thanks,
> Cole
>
> _______________________________________________
> python-bugzilla mailing list
> python-bugzilla at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/python-bugzilla/attachments/20150723/6a7e51ad/attachment.html>


More information about the python-bugzilla mailing list