Index: ensure_dependencies.py |
=================================================================== |
--- a/ensure_dependencies.py |
+++ b/ensure_dependencies.py |
@@ -302,7 +302,7 @@ |
if overrideroots is not None: |
config['_root'] = overrideroots |
- for dir, sources in config.iteritems(): |
+ for dir, sources in sorted(config.iteritems()): |
if (dir.startswith('_') or |
skipdependencies.intersection([s[0] for s in sources if s[0]])): |
continue |