diff --git a/components/style/properties/Mako-0.9.1.zip b/components/style/properties/Mako-0.9.1.zip new file mode 100644 index 00000000000..b7450e30012 Binary files /dev/null and b/components/style/properties/Mako-0.9.1.zip differ diff --git a/components/style/properties/build.py b/components/style/properties/build.py index 6f5550c7103..daa9140fd02 100644 --- a/components/style/properties/build.py +++ b/components/style/properties/build.py @@ -7,6 +7,7 @@ import os.path import sys BASE = os.path.dirname(__file__.replace('\\', '/')) +sys.path.insert(0, os.path.join(BASE, "Mako-0.9.1.zip")) sys.path.insert(0, BASE) # For importing `data.py` from mako import exceptions diff --git a/python/requirements.txt b/python/requirements.txt index dd05d2f7694..97487c76aff 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -10,7 +10,6 @@ toml == 0.9.1 flake8 == 2.4.1 pep8 == 1.5.7 pyflakes == 0.8.1 -mako == 0.9.1 # For test-webidl ply == 3.8