]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: loosen our version requirement on zfec to require >= 1.1 instead of >= 1.3
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 00:35:38 +0000 (17:35 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 00:35:38 +0000 (17:35 -0700)
I see that we have .deb's only for v1.1.

_auto_deps.py

index e505abbaa5031518c68902b14ea1f5a6ddd94212..d58c7e851ca137e47bf4438463c18a736ca5d261 100644 (file)
@@ -1,4 +1,4 @@
-install_requires=["zfec >= 1.3.0",
+install_requires=["zfec >= 1.1.0",
                   "foolscap >= 0.2.3",
                   "simplejson >= 1.7.3",
                   "pycryptopp >= 0.2.9",