This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients cstratak, dstufft, eric.araujo, jaraco
Date 2017-02-10.13:58:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486735125.46.0.492027847796.issue29523@psf.upfronthosting.co.za>
In-reply-to
Content
This approach, bundling the necessary dependencies to install setuptools, seems like exactly the right thing to do, assuming that ensurepip should install setuptools at all, and I don't want to challenge that assumption here.

Looking at the patch and ensurepip, I wonder if the patch is necessary at all. It looks to me like the `find_links` declaration should be sufficient to allow a `pip install setuptools` to succeed and install its dependencies as long as they're bundled. @cstratak, can you test a less aggressive approach that merely bumps the dependency on setuptools and bundles the dependencies?
History
Date User Action Args
2017-02-10 13:58:45jaracosetrecipients: + jaraco, eric.araujo, dstufft, cstratak
2017-02-10 13:58:45jaracosetmessageid: <1486735125.46.0.492027847796.issue29523@psf.upfronthosting.co.za>
2017-02-10 13:58:45jaracolinkissue29523 messages
2017-02-10 13:58:45jaracocreate