Commit 6597f599 authored by Peter Uittenbroek's avatar Peter Uittenbroek

Rename destination to dest. Remove commented line

parent 90ae4776
......@@ -672,8 +672,6 @@ class Installer:
pkg_resources.VersionConflict(dist, req), ws)
requirements.extend(dist.requires(req.extras)[::-1])
processed[req] = True
# if dist.location in self._site_packages:
# logger.debug('Egg from site-packages: %s', dist)
return ws
def build(self, spec, build_ext):
......
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