[Webkit-unassigned] [Bug 223677] Autoinstalling keyring-7.3.1 is failing with Python 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 09:32:40 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223677

--- Comment #5 from Jonathan Bedard <jbedard at apple.com> ---
(In reply to Sam Sneddon [:gsnedders] from comment #4)
> So the underlying problem is keyring has `setup_requires = setuptools_scm >=
> 1.15.0` in its setup.py, which leads to setuptools fetching the latest
> version of setuptools_scm, and setuptools_scm 6 which was released recently
> drops support for Python 2.
> 
> I wonder if bug 223609 upgrading setuptools will aid this (but easy_install
> is deprecated so still might not have the awareness pip does of Python 2/3
> compatibility)?

I'll mess with this a bit today, I see two solutions to this. One is to ensure that we have a newer setuptools that still supports Python 2, the other is to have an older keyring that doesn't require a newer setuptools.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210324/9c7586a7/attachment.htm>


More information about the webkit-unassigned mailing list