[Checkins] SVN: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py Remove ignored packages from the wanted list if they get ignored while

Christian Theune ct at gocept.com
Thu Jan 29 07:43:33 EST 2009


Log message for revision 95425:
  Remove ignored packages from the wanted list if they get ignored while
  fetching dependencies.
  

Changed:
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py

-=-
Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-29 12:30:49 UTC (rev 95424)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/recipe.py	2009-01-29 12:43:33 UTC (rev 95425)
@@ -105,6 +105,7 @@
                     # This package has a project in subversion but no
                     # release (yet). We'll ignore it for now.
                     print "No release found for %s. Ignoring." % package
+                    self.wanted_packages.remove(package)
                     continue
                 raise
             options = dict(eggs=package + extras)



More information about the Checkins mailing list