mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
setup: fix scheme ("file:") for download base for boostrapping setuptools
This commit is contained in:
parent
3028defb7e
commit
c00ab7c5ea
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ else:
|
||||
# breaks inside older setuptools' sandboxing. 0.6c4 is the first
|
||||
# version which fixed this problem.
|
||||
min_version='0.6c4'
|
||||
download_base = os.path.join('misc', 'dependencies')+os.path.sep
|
||||
download_base = "file:"+os.path.join('misc', 'dependencies')+os.path.sep
|
||||
use_setuptools(min_version=min_version,
|
||||
download_base=download_base,
|
||||
download_delay=0)
|
||||
|
Loading…
Reference in New Issue
Block a user