Bug 289909

Summary: [AutoInstall] setuptools's setup_requires avoids the AutoInstaller
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=261082

Sam Sneddon [:gsnedders]
Reported 2025-03-17 11:52:24 PDT
The old setup.py, with setuptools, supports a setup_requires keyword argument which causes setuptools to install the listed requirements prior to running setup. Inevitably, setuptools doesn't know about our AutoInstaller — it installs things in its own way, with no regard for what we would like it to be doing. c.f. https://pip.pypa.io/en/stable/reference/build-system/#controlling-setup-requires
Attachments
Radar WebKit Bug Importer
Comment 1 2025-03-17 11:52:32 PDT
Note You need to log in before you can comment on or make changes to this bug.