From: Zooko O'Whielacronx Date: Sat, 25 Oct 2008 15:28:58 +0000 (-0700) Subject: setup: require the latest version of the setuptools bootstrap egg X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=03fb3a016098fe33a9984215ce1bf5c12af54448;p=tahoe-lafs%2Ftahoe-lafs.git setup: require the latest version of the setuptools bootstrap egg --- diff --git a/ez_setup.py b/ez_setup.py index cebc6a97..612df1e2 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -19,7 +19,7 @@ DEFAULT_DIR = "misc/dependencies/" DEFAULT_URL = "file:"+DEFAULT_DIR md5_data = { - 'setuptools-0.6c10dev.egg': '56ae866722988be6859e5e611b84e970', + 'setuptools-0.6c10dev.egg': 'caa2735c28de4361dbfbdbf1a1bbc87a', } import sys, os @@ -39,7 +39,7 @@ def _validate_md5(egg_name, data): def use_setuptools( version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, - min_version=None, download_delay=15 + min_version="0.6c10dev", download_delay=15 ): """Automatically find/download setuptools and make it available on sys.path