From 4f59ff8c639eb8bc2c0ff1229563e426a8f3b7a5 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Sat, 8 Jan 2022 19:39:25 -0500
Subject: [PATCH] widen the required range to allow the Nix package

---
 setup.cfg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 5f7b828..768163c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,8 +43,9 @@ install_requires =
     Twisted[tls,conch] >= 19.10.0
 
     # Tahoe has no stable Python API but we use its Python API so there's
-    # basically no wiggle room here.
-    tahoe-lafs == 1.17.0
+    # basically no wiggle room here.  We still use a (really tiny) range
+    # because our Nix packaging provides a Tahoe-LAFS with a .postNNN version.
+    tahoe-lafs >=1.17.0,<1.17.1
     treq
     pyutil
     prometheus-client
-- 
GitLab