Skip to content

Commit

Permalink
Bump attr version, standardize jnija (Follow-up)
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=263047
rdar://116836395

Unreviewed follow-up fix.

* Tools/Scripts/webkitpy/__init__.py: Use wheel for typing_extensions.

Canonical link: https://commits.webkit.org/269287@main
  • Loading branch information
JonWBedard committed Oct 13, 2023
1 parent 54f075a commit 2a252b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Scripts/webkitpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
if sys.version_info >= (3, 6):
AutoInstall.register(Package('importlib_metadata', Version(4, 8, 1)))
if sys.version_info >= (3, 9):
AutoInstall.register(Package('typing_extensions', Version(4, 8, 0)))
AutoInstall.register(Package('typing_extensions', Version(4, 8, 0), wheel=True))
else:
AutoInstall.register(Package('typing_extensions', Version(3, 10, 0)))
else:
Expand Down

0 comments on commit 2a252b3

Please sign in to comment.