From cb0709a64e40c199200956e7fc615ef81d80a672 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 3 Oct 2016 12:37:11 -0400 Subject: [PATCH 1/2] Add mako to required python packages It's required for the OSMesa build process. --- python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/requirements.txt b/python/requirements.txt index 97487c76aff..51290d7a554 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,6 +5,7 @@ mozinfo == 0.8 mozlog == 3.3 setuptools == 18.5 toml == 0.9.1 +Mako == 1.0.4 # For Python linting flake8 == 2.4.1 From 65fde4791ef8603cdad6b4f8eb33a0d0bcff7e64 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 3 Oct 2016 12:39:40 -0400 Subject: [PATCH 2/2] Remove mako from required python packages for wptrunner --- tests/wpt/harness/requirements_servo.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/wpt/harness/requirements_servo.txt b/tests/wpt/harness/requirements_servo.txt index d6cd28a8f52..903c07f1b73 100644 --- a/tests/wpt/harness/requirements_servo.txt +++ b/tests/wpt/harness/requirements_servo.txt @@ -1,3 +1,2 @@ mozprocess >= 0.19 -Mako >= 1.0.4