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