]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: undo (for the second time) the use of the --multi-version feature
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 19 Jan 2009 21:53:52 +0000 (14:53 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 19 Jan 2009 21:53:52 +0000 (14:53 -0700)
commit8148366d93c34dbebc943aeb1705fc5649cb6268
tree205e62fab10aeac8f9840293517b5cc638c837f5
parent4771e1c9d571e58b5f956c8a5f02ccc8ac8fb5a4
setup: undo (for the second time) the use of the --multi-version feature
When this feature is turned on, then setuptools doesn't create easy-install.pth, setuptools.pth, or site.py in the target site-packages dir.  I don't know why not and we should probably open a ticket on the setuptools tracker and/or hack setuptools to create those files anyway.  But for now (for the Tahoe-1.3.0 release), we're going to leave --multi-version mode off and require users to manually uninstall any packages which are too old and thus conflict with our newer dependencies.
setup.py