From 752b885e99a32258581da033c9cee60b86f2ab45 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 11 Nov 2019 14:31:57 -0500
Subject: [PATCH] remove the circleci-cli dependency

---
 zkapauthorizer.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/zkapauthorizer.nix b/zkapauthorizer.nix
index cfa93e1..8d97d44 100644
--- a/zkapauthorizer.nix
+++ b/zkapauthorizer.nix
@@ -1,4 +1,4 @@
-{ buildPythonPackage, sphinx, circleci-cli
+{ buildPythonPackage, sphinx,
 , attrs, zope_interface, aniso8601, twisted, tahoe-lafs, privacypass
 , fixtures, testtools, hypothesis, pyflakes, treq, coverage
 , hypothesisProfile ? null
@@ -21,7 +21,6 @@ buildPythonPackage rec {
 
   depsBuildBuild = [
     sphinx
-    circleci-cli
   ];
 
   propagatedBuildInputs = [
-- 
GitLab