]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: we now require setuptools at run-time
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Apr 2008 22:46:10 +0000 (15:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Apr 2008 22:46:10 +0000 (15:46 -0700)
_auto_deps.py

index b556a1132ec51d683a874da8b7d6309c618d48e3..01220546c4de7ec855a1e97516512b13499f5b1f 100644 (file)
@@ -5,6 +5,7 @@ install_requires=["zfec >= 1.1.0",
                   "nevow >= 0.6.0",
                   "zope.interface",
                   "twisted >= 2.4.0",
+                  "setuptools >= 0.6c8",
                   ]
 import sys
 if hasattr(sys, 'frozen'):