From 12c3fa76936dc81c4eea7aeee253b1a53682e2fc Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 6 Jan 2020 14:31:35 -0500
Subject: [PATCH] treq and twisted are runtime dependencies

---
 zkapauthorizer.nix | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/zkapauthorizer.nix b/zkapauthorizer.nix
index e617ab0..e97afba 100644
--- a/zkapauthorizer.nix
+++ b/zkapauthorizer.nix
@@ -1,6 +1,6 @@
 { buildPythonPackage, sphinx
-, attrs, zope_interface, aniso8601, twisted, tahoe-lafs, privacypass
-, fixtures, testtools, hypothesis, pyflakes, treq, coverage
+, attrs, zope_interface, aniso8601, twisted, tahoe-lafs, privacypass, treq
+, fixtures, testtools, hypothesis, pyflakes, coverage
 , hypothesisProfile ? null
 , collectCoverage ? false
 , testSuite ? null
@@ -30,6 +30,7 @@ buildPythonPackage rec {
     twisted
     tahoe-lafs
     privacypass
+    treq
   ];
 
   checkInputs = [
@@ -37,8 +38,6 @@ buildPythonPackage rec {
     fixtures
     testtools
     hypothesis
-    twisted
-    treq
   ];
 
   checkPhase = ''
-- 
GitLab