mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
zfec: required version of setuptools is 0.6c6 on cygwin, 0.6a9 on other platforms
This commit is contained in:
parent
5bbbdd1e91
commit
6d905265a1
@ -20,12 +20,7 @@
|
||||
# http://allmydata.com/.
|
||||
|
||||
from ez_setup import use_setuptools
|
||||
import sys
|
||||
if 'cygwin' in sys.platform.lower():
|
||||
min_version='0.6c6'
|
||||
else:
|
||||
min_version='0.6a9'
|
||||
use_setuptools(min_version=min_version)
|
||||
use_setuptools(min_version='0.6a9')
|
||||
|
||||
from setuptools import Extension, find_packages, setup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user