python: Use updated mako path in package_commands.py.

This commit is contained in:
Emilio Cobos Álvarez 2020-04-16 21:25:16 +02:00
parent 3d1df8dce7
commit 124f462d09

View file

@ -31,7 +31,7 @@ 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"))
"components", "style", "properties", "Mako-1.1.2-py2.py3-none-any.whl"))
from servo.command_base import (
archive_deterministically,