From: david-sarah <david-sarah@jacaranda.org>
Date: Sat, 22 Jan 2011 01:45:44 +0000 (-0800)
Subject: Makefile: remove a stale comment about a bug fixed in Tahoe v1.3.0. refs #455
X-Git-Tag: allmydata-tahoe-1.8.2b1~12
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/...?a=commitdiff_plain;h=8f4ae53f391429ed8f761cf06ac3910c7258d009;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: remove a stale comment about a bug fixed in Tahoe v1.3.0. refs #455
---

diff --git a/Makefile b/Makefile
index 44c15fc6..513206ce 100644
--- a/Makefile
+++ b/Makefile
@@ -49,18 +49,6 @@ make-version:
 src/allmydata/_version.py:
 	$(MAKE) make-version
 
-# c.f. ticket #455, there is a problem in the intersection of setuptools,
-# twisted's setup.py, and nevow's setup.py . A Tahoe build, to satisfy its
-# dependencies, may try to build both Twisted and Nevow. If both of these
-# occur during the same invocation of 'setup.py develop', then the Nevow
-# build will fail with an "ImportError: No module named components". Running
-# the build a second time will succeed. Until there is a new version of
-# setuptools which properly sandboxes sys.modules (or a new version of nevow
-# which doesn't import twisted during its build, or a new version of twisted
-# which doesn't import itself during its build), we just build tahoe twice
-# and ignore the errors from the first pass. Updated 16-Sep-2008: now we need
-# three invocations.
-
 build: src/allmydata/_version.py
 	$(PYTHON) setup.py build
 	touch .built