Skip to content

recipe/wrapper: inject buildout egg paths in options

Jérome Perrin requested to merge fix/wrapper_egg_path into master

So that when the path change, typically after switching the instance to a new slapos software release, the wrapper gets automatically reinstalled.

Because wrapper recipe uses the same technique as zc.recipe.egg scripts with sys.path , it needs the same technique of depending of buildout paths in options.

Merge request reports