[Checkins] SVN: z3c.relationfield/trunk/ Add missing dependency on lxml

Wichert Akkerman wichert at wiggy.net
Thu Jun 4 03:00:24 EDT 2009


Log message for revision 100624:
  Add missing dependency on lxml

Changed:
  U   z3c.relationfield/trunk/CHANGES.txt
  U   z3c.relationfield/trunk/setup.py

-=-
Modified: z3c.relationfield/trunk/CHANGES.txt
===================================================================
--- z3c.relationfield/trunk/CHANGES.txt	2009-06-04 06:34:55 UTC (rev 100623)
+++ z3c.relationfield/trunk/CHANGES.txt	2009-06-04 07:00:24 UTC (rev 100624)
@@ -1,9 +1,10 @@
 CHANGES
 *******
 
-0.5 (unreleased)
-================
+0.4.3 (unreleased)
+==================
 
+* Add missing dependency for lxml.
 
 0.4.2 (2009-04-22)
 ==================

Modified: z3c.relationfield/trunk/setup.py
===================================================================
--- z3c.relationfield/trunk/setup.py	2009-06-04 06:34:55 UTC (rev 100623)
+++ z3c.relationfield/trunk/setup.py	2009-06-04 07:00:24 UTC (rev 100624)
@@ -37,6 +37,7 @@
         'z3c.schema2xml >= 1.0',
         'z3c.objpath',
         'zc.relation >= 1.0',
+        'lxml',
         # for tests
         'zope.app.zcmlfiles',
         'zope.securitypolicy',



More information about the Checkins mailing list