From: Zooko O'Whielacronx Date: Wed, 6 Feb 2008 19:35:29 +0000 (-0700) Subject: setup: fix the md5sum of the bundled setuptools egg X-Git-Tag: allmydata-tahoe-0.8.0~144 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=09e2a3ec095e7b5371fd82f45d809beb0f4d0756;p=tahoe-lafs%2Ftahoe-lafs.git setup: fix the md5sum of the bundled setuptools egg --- diff --git a/ez_setup.py b/ez_setup.py index 7386cb7b..f9bc5fa1 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.6c7.egg': 'ab87e88b800ad71d5235826b37acdbb1', + 'setuptools-0.6c7.egg': 'bd04f1074b86a1b35618cb2b96b38ffa', } def _validate_md5(egg_name, data):