Add mako to required python packages

It's required for the OSMesa build process.
This commit is contained in:
Josh Matthews 2016-10-03 12:37:11 -04:00 committed by GitHub
parent 522734de22
commit cb0709a64e

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