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:41:45 +0000 (07:41 -0800)
commit6503980e0e3bcfce9fbaff85c33d87f616e955a9
tree174552d122de672c3b44b5b3bf5c37831785410d
parent676c6b3845482730d1dec4d683bc6138a5f30727
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