Bug 289909
| Summary: | [AutoInstall] setuptools's setup_requires avoids the AutoInstaller | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | 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]
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/147241732>