Is it currently possible to upgrade dependencies as well when upgrading a packages? If not, this would be a really nice feature to add to easy_install. Maybe a call like:
easy_install --upgrade --upgrade-deps Package
Obviously it makes sense to leave this off by default.
Thanks, Charlie
On Mon, 3 Apr 2006, Charlie Moad wrote:
Is it currently possible to upgrade dependencies as well when upgrading a packages? If not, this would be a really nice feature to add to easy_install. Maybe a call like:
[...]
I believe this is something Phillip hopes to do in 0.7, by adding support for a "nest" command :-) Searching in the gmane archives for "nest command" might tell you what you want...
John