mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
Vendor mozdebug
and stop using distutils
(#30659)
The version of `mozdebug` installable via pip is two years old and Mozilla is slow to release new versions. It also uses `distutils` which doesn't work on newer Python versions. Vendor it and stop using `distutils` there.
This commit is contained in:
parent
4ea042cb14
commit
9d9c5d3ca9
4 changed files with 349 additions and 1 deletions
|
@ -20,6 +20,7 @@ WPT_SERVE_PATH = os.path.join(WPT_PATH, "tests", "tools", "wptserve")
|
|||
|
||||
SEARCH_PATHS = [
|
||||
os.path.join("python", "mach"),
|
||||
os.path.join("third_party", "mozdebug"),
|
||||
]
|
||||
|
||||
# Individual files providing mach commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue