configurationengine/build-scripts/export_bat.py
changeset 9 63964d875993
parent 5 d2c80f5cab53
--- a/configurationengine/build-scripts/export_bat.py	Tue Oct 26 10:43:50 2010 +0100
+++ b/configurationengine/build-scripts/export_bat.py	Sat Nov 06 16:59:14 2010 +0200
@@ -157,7 +157,7 @@
     log.info("Copying library eggs...")
     DEP_EGGS_DIR = os.path.normpath(os.path.join(ROOT_PATH, '../dep-eggs'))
     assert os.path.isdir(DEP_EGGS_DIR)
-    DEPENDENCIES = ['simplejson', 'Jinja2']
+    DEPENDENCIES = ['simplejson']
     for dep in DEPENDENCIES:
         egg_file_name = find_egg_file(DEP_EGGS_DIR, dep, PYTHON_VERSION)
         if egg_file_name is None: