From 7725e644e94df722ca20ddc95f7aafe1ba19abae Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 2 May 2016 18:07:43 -0400 Subject: 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. --- python/mach_bootstrap.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/mach_bootstrap.py') 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"), -- cgit v1.2.3