Commit 9e8c9329 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove TODO comment, now done

parent 06ce668d
......@@ -626,7 +626,6 @@ class WorkingSet(object):
to_activate.append(dist)
if dist not in req:
# Oops, the "best" so far conflicts with a dependency
# XXX put more info here
raise VersionConflict(
"%s is installed but %s is required by %s"
% (dist, req, list(required_by.get(req))))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment