depgraph: don't drop deps in _add_dep
authorZac Medico <zmedico@gentoo.org>
Fri, 4 Feb 2011 15:41:45 +0000 (07:41 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 4 Feb 2011 15:54:55 +0000 (07:54 -0800)
commitd7d6c75fdcdc3222ea89da4db16a636c8c493ea3
tree6c9c3010ba34adf7326962fa249c6866cdda5f2a
parent34b0fcc882664b78911b8f67461ad70676e4debe
depgraph: don't drop deps in _add_dep

This will fix bug #353613. We remove a hunk of code that was meant
to limit recursion, but is obsolete an buggy. The recursion limiting
is now handled by _add_pkg and the _ignored_deps stack.
pym/_emerge/depgraph.py