Commit 53fc6369 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! zc.recipe.egg: Support setup-eggs in :develop.

parent f5cbccff
...@@ -108,7 +108,7 @@ class Base: ...@@ -108,7 +108,7 @@ class Base:
newest=self.newest, newest=self.newest,
) )
extra_path = os.pathsep.join(ws.entries) extra_path = os.pathsep.join(ws.entries)
os.environ['PYTHONEXTRAPATH'] = extra_path self.environment['PYTHONEXTRAPATH'] = os.environ['PYTHONEXTRAPATH'] = extra_path
def _get_patch_dict(self, options, distribution): def _get_patch_dict(self, options, distribution):
patch_dict = {} patch_dict = {}
......
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