diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-05-02 18:07:43 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-05-02 19:27:52 -0400 |
commit | 7725e644e94df722ca20ddc95f7aafe1ba19abae (patch) | |
tree | 32a236c060fd5a2672a17c8e6e376aab1c842751 /python/mach_bootstrap.py | |
parent | a8e82440ff5ba790e40b4e6437e9882b4f4619c4 (diff) | |
download | servo-7725e644e94df722ca20ddc95f7aafe1ba19abae.tar.gz servo-7725e644e94df722ca20ddc95f7aafe1ba19abae.zip |
Upgrade mach to 0.6; stop vendoring mach.
When I originally rewrote Servo's mach bootstrapping (using virtualenv
w/ requirements.txt in #7103), I didn't specify mach as a requirement
because a new version hadn't been published in a while. Now that 0.6
is out, I asked the mach maintainers to publish a new version on PyPI,
so now we can fetch it like the other Python dependencies.
Fixes https://github.com/servo/servo/issues/10728.
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index e77c78e0851..57e6472e5c8 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -12,7 +12,6 @@ from distutils.spawn import find_executable from pipes import quote SEARCH_PATHS = [ - os.path.join("python", "mach"), os.path.join("python", "tidy"), os.path.join("tests", "wpt"), os.path.join("tests", "wpt", "harness"), |