mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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.
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
blessings == 1.7
|
||||
distro == 1.4
|
||||
mozdebug == 0.3
|
||||
mozinfo == 1.2.1
|
||||
mozlog == 7.1.0
|
||||
setuptools == 65.5.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue