Remove references to no-longer-in-tree Python packages

This commit is contained in:
Corey Farwell 2015-08-09 14:25:18 -04:00
parent e38df50bbf
commit 31e57cb349
3 changed files with 0 additions and 37 deletions

View file

@ -6,36 +6,7 @@ development.
The command dispatch framework used to wrap the build system and test
harnesses.
= mozdebug =
mozbase module containing information about various debuggers.
This can be updated by copying the latest version from
https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozdebug
= mozinfo =
Mozbase module for extracting information about the host hardware /
os.
This can be updated by copying the latest version from
hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozinfo
= mozlog =
A mozbase logging module required for wptrunner output and command
line arguments.
This can be updated by copying the latest version from
hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozlog
= servo =
servo-specific python code e.g. implementations of mach commands. This
is the canonical repository for this code.
== toml ==
Python module for reading toml files.
This can be updated from https://github.com/uiri/toml

View file

@ -12,10 +12,6 @@ from distutils.spawn import find_executable
SEARCH_PATHS = [
"python/mach",
"python/toml",
"python/mozlog",
"python/mozinfo",
"python/mozdebug",
"tests/wpt",
"tests/wpt/harness",
]

View file

@ -25,10 +25,6 @@ ignored_files = [
"./support/*",
"./tests/wpt/*",
"./python/mach/*",
"./python/mozdebug/*",
"./python/mozinfo/*",
"./python/mozlog/*",
"./python/toml/*",
"./components/script/dom/bindings/codegen/parser/*",
"./components/script/dom/bindings/codegen/ply/*",
"./python/_virtualenv/*",