• Xavier Thompson's avatar
    Downgrade pip, wheel and setuptools in python2 SRs · f5b80301
    Xavier Thompson authored
    When using slapos.reboostrap to re-launch buildout with the version
    of Python that was just installed, zc.buildout and its dependencies
    are reinstalled for the new Python with the same egg versions. Thus
    SRs which install Python 2 need to use Python-2-compatible versions
    of setuptools, pip and wheel all along.
    
    For this stack/slapos-py2.cfg is introduced.
    
    It is also used to move all
    
    ```
    [openssl]
    <= openssl-1.1
    ```
    
    from individual Python2 SRs to a common place.
    f5b80301
software.cfg 1.75 KB