mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
setup: try depending on setuptools >= 0.6c6 instead of >= 0.6c7 at run-time, to be able to use the setuptools that came with Ubuntu Gutsy
This commit is contained in:
parent
8e22556e66
commit
9fba028892
@ -1,6 +1,6 @@
|
||||
install_requires=[
|
||||
# we require 0.6c8 to build, but can handle older versions to run
|
||||
"setuptools >= 0.6c7",
|
||||
# we require 0.6c6 to build, but can handle older versions to run
|
||||
"setuptools >= 0.6c6",
|
||||
|
||||
# pycryptopp < 0.5 had a bug which, using a Microsoft
|
||||
# compiler, or using some versions of g++ while linking
|
||||
|
Loading…
Reference in New Issue
Block a user