]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: remove the hack to determine if we can avoid the explicit setuptools-managed...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Jan 2008 20:58:00 +0000 (13:58 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Jan 2008 20:58:00 +0000 (13:58 -0700)
commit3e22dbb3bc48f698453582abd0e7766b2709c513
tree60a833290721ad9becf4e2239022864d327b9674
parentb0dd88158a3e5b0ffc829d6df1f96da90ded5cd5
setup: remove the hack to determine if we can avoid the explicit setuptools-managed dependency on nevow (which was useful for building on dapper)
For simplicity, and to avoid weird failure modes that result from importing nevow during the build process, we now simply require nevow >= 0.6.0.  We currently bundle in misc/dependencies nevow v0.9.18, which will not work on Dapper, since it requires Twisted >= 2.4.0, and Dapper comes with Twisted 2.2.0.  Dapper users can (a) install a newer Twisted, (b) install nevow 0.6.0 in egg form so that setuptools can tell that it is installed (without importing it), (c) beg us to start shipping nevow 0.6.0 instead of nevow 0.9.18 in our bundle.
calcdeps.py