summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg_resources.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 1ca8dd8e..35e2ed24 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -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))))