diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/requirements.txt | 1 | ||||
-rw-r--r-- | python/servo/package_commands.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/python/requirements.txt b/python/requirements.txt index b96c4741b05..44ee760eefd 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -8,7 +8,6 @@ mozinfo == 0.8 mozlog == 3.3 setuptools == 18.5 toml == 0.9.2 -Mako == 1.0.4 # For Python linting flake8 == 2.4.1 diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index e0ccf8f0bd6..41aee9d5303 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -26,6 +26,8 @@ from mach.decorators import ( ) from mach.registrar import Registrar # Note: mako cannot be imported at the top level because it breaks mach bootstrap +sys.path.append(path.join(path.dirname(__file__), "..", "..", + "components", "style", "properties", "Mako-0.9.1.zip")) from servo.command_base import ( archive_deterministically, |