From cb0709a64e40c199200956e7fc615ef81d80a672 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 3 Oct 2016 12:37:11 -0400 Subject: [PATCH] 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