From: Zooko O'Whielacronx Date: Mon, 30 Apr 2007 20:18:38 +0000 (-0700) Subject: zfec: switch back to minimum setuptools of 0.6c3 X-Git-Tag: allmydata-tahoe-0.2.0~49 X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.txt?a=commitdiff_plain;h=90c654ca9c37e967f0db91e61633bc3177f6fe20;p=tahoe-lafs%2Ftahoe-lafs.git zfec: switch back to minimum setuptools of 0.6c3 This is newer than the one that comes with Dapper Ubuntu 6.06, *but* if there is no setuptools at all installed, then the bootstrap script will download one itself. So with this patch, this will install cleanly on a Dapper system as long as the Dapper version of python-setuptools is *not* installed. --- diff --git a/src/zfec/ez_setup.py b/src/zfec/ez_setup.py index 1f126190..0a812bdb 100644 --- a/src/zfec/ez_setup.py +++ b/src/zfec/ez_setup.py @@ -14,7 +14,8 @@ the appropriate options to ``use_setuptools()``. This file can also be run as a script to install or upgrade setuptools. """ import sys -DEFAULT_VERSION = "0.6a9" + +DEFAULT_VERSION = "0.6c3" DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] md5_data = {