]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: turn off --multi-version until I can figure out why it breaks test_runner
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Nov 2008 05:36:45 +0000 (22:36 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Nov 2008 05:36:45 +0000 (22:36 -0700)
setup.py

index 2aae4789f16aa9689b1cb6baa2253e37ef150ea5..c2b0bc691c0d10e6a16edf1bde50e5abc19f0f70 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -300,7 +300,8 @@ class BuildTahoe(Command):
         if not os.path.isdir(supportlib):
             os.makedirs(supportlib)
 
-        command = [sys.executable, "setup.py", "develop", "--multi-version", "--prefix", "support"]
+        # command = [sys.executable, "setup.py", "develop", "--multi-version", "--prefix", "support"]
+        command = [sys.executable, "setup.py", "develop", "--prefix", "support"]
         if sys.platform == "linux2":
             # workaround for tahoe #229 / setuptools #17, on debian
             command.extend(["--site-dirs", "/var/lib/python-support/" + pyver])