Add an auto-installer that uses pypi to find and download compatible packages. Unlike the webkitpy auto-installer, the goal of the new auto-installer is that adding a new auto-installed package should be a one-line change.
Created attachment 404844 [details] Patch
Created attachment 404956 [details] Patch
(In reply to Jonathan Bedard from comment #2) > Created attachment 404956 [details] > Patch Rather than fight with the ssl configurations of various different platforms and versions, let's just include the root cert needed by PyPi and be done with it. Most https requests will end up being made through requests, so the root certificate is really just for for PyPi.
Created attachment 404959 [details] Patch
Created attachment 404962 [details] Patch
Created attachment 404968 [details] Patch
Created attachment 404973 [details] Patch
Created attachment 404975 [details] Patch
Created attachment 404980 [details] Patch
Comment on attachment 404980 [details] Patch The difficulties I've had with this patch illustrate why a dedicated auto-installer would be best. We can standardize our certificate roots so we aren't relying on system certificates.
<rdar://problem/66228103>
Created attachment 405456 [details] Patch
Committed r265049: <https://trac.webkit.org/changeset/265049>
Committed r265058: <https://trac.webkit.org/changeset/265058>
Committed r265128: <https://trac.webkit.org/changeset/265128>