From 1d377cc2d9871e39cdc1b50c95ad63c07de865d1 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 20 Nov 2008 22:36:45 -0700 Subject: [PATCH] setup: turn off --multi-version until I can figure out why it breaks test_runner --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2aae4789..c2b0bc69 100644 --- 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]) -- 2.45.2