[Checkins] SVN: zopetoolkit/trunk/checknew. check packages in ztk:unresolved-dependencies too

Vincent Fretin vincent.fretin at gmail.com
Sat Feb 6 13:32:25 EST 2010


Log message for revision 108847:
  check packages in ztk:unresolved-dependencies too

Changed:
  U   zopetoolkit/trunk/checknew.cfg
  U   zopetoolkit/trunk/checknew.py.in

-=-
Modified: zopetoolkit/trunk/checknew.cfg
===================================================================
--- zopetoolkit/trunk/checknew.cfg	2010-02-06 18:14:00 UTC (rev 108846)
+++ zopetoolkit/trunk/checknew.cfg	2010-02-06 18:32:25 UTC (rev 108847)
@@ -10,11 +10,13 @@
 recipe = collective.recipe.template
 input = checknew.py.in
 output = checknew.py
-eggs = ${ztk:packages} ${zopeapp:packages}
 
 [interpreter]
 recipe = zc.recipe.egg
-eggs = ${ztk:packages} ${zopeapp:packages}
+eggs =
+    ${ztk:packages}
+    ${ztk:unresolved-dependencies}
+    ${zopeapp:packages}
 interpreter = python
 
 [versions]

Modified: zopetoolkit/trunk/checknew.py.in
===================================================================
--- zopetoolkit/trunk/checknew.py.in	2010-02-06 18:14:00 UTC (rev 108846)
+++ zopetoolkit/trunk/checknew.py.in	2010-02-06 18:32:25 UTC (rev 108847)
@@ -10,7 +10,7 @@
     print 'Setting socket time out to %d seconds' % 3
     socket.setdefaulttimeout(3)
 
-    eggs = """${eggs}"""
+    eggs = """${interpreter:eggs}"""
     ws = pkg_resources.require(eggs.split())
     pi = PackageIndex()
 



More information about the checkins mailing list