• Julien Muchembled's avatar
    Ignore Python version for eggs in part signatures · 6f846515
    Julien Muchembled authored
    The version of Python should not affect the behaviour of a recipe.
    Anyway, it was already ignored for DEVELOP_DIST eggs.
    
    This makes the slapos mechanism to share parts more efficient. And with
    the upcoming changes in buildout & slapos.recipe.cmmi, there would be
    no way for the slapos.reboostrap extension to prevent everything from
    being rebuilt when reboostrapping to a different version of Python,
    if bootstrap parts are shared.
    
    The monkey-patch by slapos.reboostrap now becomes useless.
    6f846515
buildout.py 83.1 KB