[webkit-changes] [WebKit/WebKit] c199bf: REGRESSION(268723 at main): Broke pyOpenSSL & Twisted

Sam Sneddon noreply at github.com
Mon Oct 2 16:55:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c199bf81ac72e278d5b97f47c782bfc67fbb245e
      https://github.com/WebKit/WebKit/commit/c199bf81ac72e278d5b97f47c782bfc67fbb245e
  Author: Sam Sneddon <gsnedders at apple.com>
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/autoinstalled/twisted.py

  Log Message:
  -----------
  REGRESSION(268723 at main): Broke pyOpenSSL & Twisted
https://bugs.webkit.org/show_bug.cgi?id=262512
rdar://problem/116373366

Reviewed by Jonathan Bedard.

pyOpenSSL requires on cryptography>=38.0.0,<42,!=40.0.0,!=40.0.1,
whereas we AutoInstall 36.0.2. It's unclear how this works on the WPE
bots, but I leave that as an exercise for those who maintain those bots.

Twisted 23.8.0 cannot be installed by the AutoInstaller, because we
don't support PEP 517 builders. Again, unclear how this works on the WPE
bots.

This does in principle leave this broken on all configurations on Python
3.11 or later, but should hopefully avoid re-breaking the WPE bots.

* Tools/Scripts/webkitpy/autoinstalled/twisted.py:

Canonical link: https://commits.webkit.org/268757@main




More information about the webkit-changes mailing list