From 7e41893db7b60f761a0df80701b78693b02c1077 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 22 Jan 2008 17:35:38 -0700
Subject: [PATCH] setup: loosen our version requirement on zfec to require >=
 1.1 instead of >= 1.3 I see that we have .deb's only for v1.1.

---
 _auto_deps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_auto_deps.py b/_auto_deps.py
index e505abba..d58c7e85 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -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",
-- 
2.45.2