[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 07:26:52 PDT 2021


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

Sam Sneddon [:gsnedders] <gsnedders at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gsnedders at apple.com

--- Comment #4 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
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)?

-- 
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/1ff905b7/attachment.htm>


More information about the webkit-unassigned mailing list