Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop pip3 AND easy_install from accessing network on install #184

Merged

Commits on Jul 29, 2020

  1. Stop pip3 AND easy_install from accessing network on install

    This change prevents the wheelhouse installation from accessing the
    network at all.  This allows it to install quickly behind firewalls that
    silently drop packets causing long delays in installing the packages if
    a dependency is 'later' in the wheelhouse install, which is done in
    directory order (usually alphabetically).
    
    Closes launchpad bug: #1884449
    ajkavanagh committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9e7c17e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf61146 View commit details
    Browse the repository at this point in the history