From: Brian Warner <warner@lothar.com>
Date: Wed, 12 Sep 2007 23:55:38 +0000 (-0700)
Subject: setup.py: remove nevow dependency: we need it, but easy_install can't install it
X-Git-Tag: allmydata-tahoe-0.6.0~144
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/vdrive/flags?a=commitdiff_plain;h=78534977871e835e8d9b422bd1bcb11d1be6f5a0;p=tahoe-lafs%2Ftahoe-lafs.git

setup.py: remove nevow dependency: we need it, but easy_install can't install it
---

diff --git a/setup.py b/setup.py
index fcf76029..078fd5fd 100644
--- a/setup.py
+++ b/setup.py
@@ -96,7 +96,10 @@ setup(name='allmydata-tahoe',
       classifiers=trove_classifiers,
       test_suite="allmydata.test",
       install_requires=["zfec >= 1.0.3",
-                        "foolscap >= 0.1.6", "simplejson", "nevow"],
+                        "foolscap >= 0.1.6", "simplejson",
+                        #"nevow", # we need nevow, but it doesn't seem to be
+                                  # installable by easy_install
+                        ],
       dependency_links=["http://allmydata.org/trac/tahoe/wiki/Dependencies",
                         #  this form is used when the unpacked source
                         #  distribution is copied into our tree: