Commit ab7f7280 authored by Rafael Monnerat's avatar Rafael Monnerat

Do not use name on working_set

parent 4f8e1488
...@@ -37,6 +37,7 @@ class Recipe(BaseSlapRecipe): ...@@ -37,6 +37,7 @@ class Recipe(BaseSlapRecipe):
def _install(self): def _install(self):
self.path_list = [] self.path_list = []
self.requirements, self.ws = self.egg.working_set()
self.requirements, self.ws = self.egg.working_set([__name__]) self.requirements, self.ws = self.egg.working_set([__name__])
# Use killpidfromfile from ERP5. # Use killpidfromfile from ERP5.
self.killpidfromfile = zc.buildout.easy_install.scripts( self.killpidfromfile = zc.buildout.easy_install.scripts(
......
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