NEW260990
Fix installability of Tools/Scripts/libraries/*
https://bugs.webkit.org/show_bug.cgi?id=260990
Summary Fix installability of Tools/Scripts/libraries/*
Sam Sneddon [:gsnedders]
Reported 2023-08-31 13:55:34 PDT
In theory, all of these are installable Python projects. However, you can't just, e.g., jump into `Tools/Scripts/libraries/webkitflaskpy` and run `pip install .`, because it will fail unable to find `webkitcorepy`. Per discussion with Jonathan, let's actually get these all installable as a first step towards migrating testing everything via tox (with its implicit virtualenv).
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2023-08-31 14:21:01 PDT
Radar WebKit Bug Importer
Comment 2 2023-09-07 13:56:11 PDT
Note You need to log in before you can comment on or make changes to this bug.