[Checkins] SVN: Sandbox/malthe/chameleon.core/ Make lxml a hard dependency for now until the lxml-less logic is stable

Wichert Akkerman wichert at wiggy.net
Sat Sep 27 10:13:38 EDT 2008


Log message for revision 91560:
  Make lxml a hard dependency for now until the lxml-less logic is stable

Changed:
  U   Sandbox/malthe/chameleon.core/CHANGES.txt
  U   Sandbox/malthe/chameleon.core/setup.py

-=-
Modified: Sandbox/malthe/chameleon.core/CHANGES.txt
===================================================================
--- Sandbox/malthe/chameleon.core/CHANGES.txt	2008-09-27 11:44:11 UTC (rev 91559)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-09-27 14:13:36 UTC (rev 91560)
@@ -4,7 +4,8 @@
 head
 ~~~~
 
-- Add missing dependency on PDIS_XPath. [wichert]
+- Make lxml a hard dependency for now until the lxml-less logic is stable.
+  [wichert]
 
 1.0a3 (released 9/26/2008)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-09-27 11:44:11 UTC (rev 91559)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-09-27 14:13:36 UTC (rev 91560)
@@ -7,6 +7,7 @@
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
+    'lxml>=2.1.1',
     ]
 
 if sys.version_info[:3] < (2,5,0):



More information about the Checkins mailing list