From 65b0c6087a59e52ac5016ef5a060b75265531ac6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 23 Sep 2021 11:38:52 -0400 Subject: [PATCH] Update the version-fixing patch for Nix --- nix/setup.cfg.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/setup.cfg.patch b/nix/setup.cfg.patch index c2cdeea..3a2762b 100644 --- a/nix/setup.cfg.patch +++ b/nix/setup.cfg.patch @@ -2,11 +2,11 @@ diff --git a/setup.cfg b/setup.cfg index dfc49607..822ea8dd 100644 --- a/setup.cfg +++ b/setup.cfg -@@ -40,7 +40,7 @@ install_requires = +@@ -40,5 +40,5 @@ install_requires = # incompatible with Tahoe-LAFS'. So duplicate them here (the ones that # have been observed to cause problems). Twisted[tls,conch]>=18.4.0 -- tahoe-lafs==1.14.0 +- tahoe-lafs >=1.14, <1.17, !=1.15.* + tahoe-lafs treq -- GitLab