[Distutils] [issue49] [PATCH] Multiple dependency resolution

chris setuptools at bugs.python.org
Wed Oct 1 00:45:16 CEST 2008


New submission from chris <cdcasey at gmail.com>:

Given a set of packages and their dependencies, process all dependencies, find
the intersection, and install dependencies based on the results. The current
behavior is to find the best match for each individual package. This can result
in breakages when different projects depend on different versions of a common
project.

----------
files: merge.patch
messages: 190
nosy: ccasey
priority: feature
status: unread
title: [PATCH] Multiple dependency resolution
Added file: http://bugs.python.org/setuptools/file24/merge.patch

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue49>
_______________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: merge.patch
Type: text/x-patch
Size: 34387 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20080930/21d990c7/attachment-0001.bin>


More information about the Distutils-SIG mailing list