In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) from
authorZac Medico <zmedico@gentoo.org>
Wed, 20 Feb 2008 20:52:22 +0000 (20:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 20 Feb 2008 20:52:22 +0000 (20:52 -0000)
the graph so there's less noise.

svn path=/main/trunk/; revision=9362

pym/_emerge/__init__.py

index d1e3889a35357be0470b52809dd716a95cdc1d70..a1728cb58701b61f9b3b05b709dc42140c675b58 100644 (file)
@@ -3323,7 +3323,7 @@ class depgraph(object):
                                # have no parents and thus can not be part of a cycle.
                                while True:
                                        root_nodes = mygraph.root_nodes(
-                                               ignore_priority=DepPriority.SOFT)
+                                               ignore_priority=DepPriority.MEDIUM_SOFT)
                                        if not root_nodes:
                                                break
                                        for node in root_nodes: