RESOLVED FIXED 261103
Upgrading to setuptools >= 60 breaks Genshi install
https://bugs.webkit.org/show_bug.cgi?id=261103
Summary Upgrading to setuptools >= 60 breaks Genshi install
Sam Sneddon [:gsnedders]
Reported 2023-09-04 01:42:00 PDT
Created attachment 467536 [details] build log c.f. https://github.com/edgewall/genshi/pull/68 This doesn't actually happen if you build using the modern build toolchain, but does happen if you build using setup.py directly.
Attachments
build log (12.45 KB, text/plain)
2023-09-04 01:42 PDT, Sam Sneddon [:gsnedders]
no flags
Sam Sneddon [:gsnedders]
Comment 1 2023-09-04 02:26:29 PDT
It seems like nothing uses Genshi so the simple fix here may well be to just remove its registration? Like, it only gets installed when running test-webkitpy because that calls AutoInstall.install_everything.
Radar WebKit Bug Importer
Comment 2 2023-09-11 01:42:14 PDT
Sam Sneddon [:gsnedders]
Comment 3 2023-10-09 03:36:06 PDT
(In reply to Sam Sneddon [:gsnedders] from comment #1) > It seems like nothing uses Genshi so the simple fix here may well be to just > remove its registration? Like, it only gets installed when running > test-webkitpy because that calls AutoInstall.install_everything. This was done as part of 268856@main, bug 260877. Given this bug is really specific to Genshi being broken by setuptools (unlike most of our dependency upgrade bugs), there's no reason to keep this open.
Note You need to log in before you can comment on or make changes to this bug.