WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 261947
323040
[AutoInstall] Install package requirements before the package itself
https://bugs.webkit.org/show_bug.cgi?id=323040
Summary
[AutoInstall] Install package requirements before the package itself
Sam Sneddon [:gsnedders]
Reported
2026-08-31 16:30:36 PDT
This is what pip does — whereas we rely on the autoinstaller just getting triggered when necessary. But if the package just tries to introspect it (or entry points) via importlib.metadata, it'll find its requirement uninstalled. Historically we've worked around this by continuously adding things to `implicit_deps`, but that doesn't really scale — we should just migrate to always installing what a package defines as a requirement.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-08-31 16:30:45 PDT
<
rdar://problem/186305705
>
Sam Sneddon [:gsnedders]
Comment 2
2026-08-31 16:34:16 PDT
*** This bug has been marked as a duplicate of
bug 261947
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug