[Checkins] SVN: Sandbox/malthe/chameleon.core/ Add missing dependency on PDIS_XPath.

Wichert Akkerman wichert at wiggy.net
Sat Sep 27 06:43:30 EDT 2008


Log message for revision 91550:
  Add missing dependency on PDIS_XPath.

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 10:34:10 UTC (rev 91549)
+++ Sandbox/malthe/chameleon.core/CHANGES.txt	2008-09-27 10:43:29 UTC (rev 91550)
@@ -4,6 +4,7 @@
 head
 ~~~~
 
+- Add missing dependency on PDIS_XPath. [wichert]
 
 1.0a3 (released 9/26/2008)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~

Modified: Sandbox/malthe/chameleon.core/setup.py
===================================================================
--- Sandbox/malthe/chameleon.core/setup.py	2008-09-27 10:34:10 UTC (rev 91549)
+++ Sandbox/malthe/chameleon.core/setup.py	2008-09-27 10:43:29 UTC (rev 91550)
@@ -7,6 +7,7 @@
     'zope.interface',
     'zope.component',
     'zope.i18n >= 3.5',
+    'PDIS_XPath',
     ]
 
 if sys.version_info[:3] < (2,5,0):



More information about the Checkins mailing list