add helpful log message when resolving dependencies

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-20 22:41:38 +01:00
parent 661e33ac4b
commit 8bf196fdc0
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ class DependencyResolver(object):
lists of all dependencies including the key object itself.
"""
if self._dependencies is None:
log.info("Resolving dependencies...")
self._dependencies = d = {}
self._preprocess_requirements()
for name,cdist_object in self.objects.items():