Title: [271569] trunk/Tools
Revision
271569
Author
[email protected]
Date
2021-01-17 22:25:17 -0800 (Sun, 17 Jan 2021)

Log Message

[webkitscmpy] Add GitHub credentials (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=220562
<rdar://problem/73063457>

Unreviewed follow-up fix.


* Scripts/webkitpy/__init__.py: Ensure that webkitscmpy's dependencies are auto installed.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (271568 => 271569)


--- trunk/Tools/ChangeLog	2021-01-18 06:03:32 UTC (rev 271568)
+++ trunk/Tools/ChangeLog	2021-01-18 06:25:17 UTC (rev 271569)
@@ -1,3 +1,13 @@
+2021-01-17  Jonathan Bedard  <[email protected]>
+
+        [webkitscmpy] Add GitHub credentials (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=220562
+        <rdar://problem/73063457>
+
+        Unreviewed follow-up fix.
+
+        * Scripts/webkitpy/__init__.py: Ensure that webkitscmpy's dependencies are auto installed.
+
 2021-01-15  Alexey Proskuryakov  <[email protected]>
 
         Build fixes with newer clang

Modified: trunk/Tools/Scripts/webkitpy/__init__.py (271568 => 271569)


--- trunk/Tools/Scripts/webkitpy/__init__.py	2021-01-18 06:03:32 UTC (rev 271568)
+++ trunk/Tools/Scripts/webkitpy/__init__.py	2021-01-18 06:25:17 UTC (rev 271569)
@@ -66,3 +66,5 @@
 AutoInstall.register(Package('zope.interface', Version(5, 1, 0), aliases=['zope'], pypi_name='zope-interface'))
 
 AutoInstall.register(Package('webkitscmpy', Version(0, 0, 1)), local=True)
+
+import webkitscmpy
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to