• Xavier Thompson's avatar
    [feat] Prevent pip installing setup_requires · e2bbad10
    Xavier Thompson authored
    Use a special .pydistutils.cfg in a temporary HOME directory for
    the duration of the pip wheel run to prevent build dependencies
    specified in a setup_requires from being installed on the fly
    without respecting pinned versions.
    e2bbad10
easy_install.py 68.8 KB