mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-10 22:43:52 +00:00
setup: require the SVN snapshot of setuptools to build
This commit is contained in:
parent
8f260826b4
commit
426b7e9869
@ -14,12 +14,12 @@ the appropriate options to ``use_setuptools()``.
|
||||
This file can also be run as a script to install or upgrade setuptools.
|
||||
"""
|
||||
import os, sys
|
||||
DEFAULT_VERSION = "0.6c9"
|
||||
DEFAULT_VERSION = "0.6c10dev"
|
||||
DEFAULT_DIR = "misc/dependencies/"
|
||||
DEFAULT_URL = "file:"+DEFAULT_DIR
|
||||
|
||||
md5_data = {
|
||||
'setuptools-0.6c9.egg': '0cdaee854b7b4cf43322ea3f9b902190',
|
||||
'setuptools-0.6c10dev.egg': '56ae866722988be6859e5e611b84e970',
|
||||
}
|
||||
|
||||
import sys, os
|
||||
|
Loading…
x
Reference in New Issue
Block a user