configurationengine/build-scripts/export_bat.py
changeset 5 d2c80f5cab53
parent 3 e7e0ae78773e
--- a/configurationengine/build-scripts/export_bat.py	Wed Sep 08 12:20:56 2010 +0300
+++ b/configurationengine/build-scripts/export_bat.py	Thu Oct 21 16:36:53 2010 +0300
@@ -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: