mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
back our runtime setuptools dependency down to 0.6a9 . We need a newer version to build, but can handle an older version to simply run a pre-built package
This commit is contained in:
parent
623d82a130
commit
0c39ab90fa
@ -5,7 +5,9 @@ install_requires=["zfec >= 1.1.0",
|
||||
"nevow >= 0.6.0",
|
||||
"zope.interface",
|
||||
"twisted >= 2.4.0",
|
||||
"setuptools >= 0.6c8",
|
||||
# we require 0.6c8 to build, but can handle older versions
|
||||
# to run
|
||||
"setuptools >= 0.6a9",
|
||||
]
|
||||
import sys
|
||||
if hasattr(sys, 'frozen'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user