From 9469a198594c9a35142379caf20e65168ba4cf85 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 22 Dec 2021 14:04:26 -0500
Subject: [PATCH] it didn't work, we still got setuptools_scm 6.3.2, maybe
 putting it first helps

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

diff --git a/setup.cfg b/setup.cfg
index 1a5a31a..d091ef2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,7 +41,6 @@ install_requires =
     # incompatible with Tahoe-LAFS'.  So duplicate them here (the ones that
     # have been observed to cause problems).
     Twisted[tls,conch] >= 19.10.0
-    tahoe-lafs >=1.17,<1.18
 
     # Tahoe-LAFS 1.17 adds a cbor2 dependency; cbor2 has a setuptools_scm
     # dependency; setuptools_scm has dropped Python 2 support without
@@ -49,6 +48,8 @@ install_requires =
     # here to avoid getting a broken version.
     setuptools_scm < 6
 
+    tahoe-lafs >=1.17,<1.18
+
     treq
     pyutil
     prometheus-client
-- 
GitLab