Auto merge of #13562 - servo:jdm-patch-5, r=jgraham

Move mako out of wptrunner required packages

There was a review comment about this in https://github.com/servo/servo/pull/13382#issuecomment-249453104 that was never addressed.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13562)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-10-03 15:09:23 -05:00 committed by GitHub
commit c10de40e4e
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,2 @@
mozprocess >= 0.19
Mako >= 1.0.4