[Checkins] SVN: Sandbox/malthe/chameleon.zpt/ Updated egg dependency after name change.

Malthe Borch mborch at gmail.com
Wed Sep 24 22:50:13 EDT 2008


Log message for revision 91461:
  Updated egg dependency after name change.

Changed:
  U   Sandbox/malthe/chameleon.zpt/buildout.cfg
  U   Sandbox/malthe/chameleon.zpt/setup.py

-=-
Modified: Sandbox/malthe/chameleon.zpt/buildout.cfg
===================================================================
--- Sandbox/malthe/chameleon.zpt/buildout.cfg	2008-09-25 02:47:59 UTC (rev 91460)
+++ Sandbox/malthe/chameleon.zpt/buildout.cfg	2008-09-25 02:50:13 UTC (rev 91461)
@@ -6,7 +6,7 @@
 recipe = zc.recipe.testrunner
 environment = test-environment
 eggs =
-   Chameleon [lxml]
+   chameleon.core [lxml]
    chameleon.zpt
 
 [test-environment]

Modified: Sandbox/malthe/chameleon.zpt/setup.py
===================================================================
--- Sandbox/malthe/chameleon.zpt/setup.py	2008-09-25 02:47:59 UTC (rev 91460)
+++ Sandbox/malthe/chameleon.zpt/setup.py	2008-09-25 02:50:13 UTC (rev 91461)
@@ -8,7 +8,7 @@
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
-    'Chameleon',
+    'chameleon.core',
     ]
 
 setup(name='chameleon.zpt',



More information about the Checkins mailing list