• Xavier Thompson's avatar
    [feat] Prevent pip installing setup_requires · 63fbe251
    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.
    63fbe251
easy_install.py 68.1 KB