From: Brian Warner Date: Thu, 10 Apr 2008 23:31:59 +0000 (-0700) Subject: back our runtime setuptools dependency down to 0.6a9 . We need a newer version to... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=0c39ab90fa3ce28e9e3ea321f6f2a80fff851cde;p=tahoe-lafs%2Ftahoe-lafs.git back our runtime setuptools dependency down to 0.6a9 . We need a newer version to build, but can handle an older version to simply run a pre-built package --- diff --git a/_auto_deps.py b/_auto_deps.py index 01220546..c92f5cc1 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -5,7 +5,9 @@ install_requires=["zfec >= 1.1.0", "nevow >= 0.6.0", "zope.interface", "twisted >= 2.4.0", - "setuptools >= 0.6c8", + # we require 0.6c8 to build, but can handle older versions + # to run + "setuptools >= 0.6a9", ] import sys if hasattr(sys, 'frozen'):