From a9cd6190faabc6baf7b4309ffa7f23593bb29b94 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 3 Oct 2019 14:41:12 -0400 Subject: [PATCH] The lines these fixed are gone --- tahoe-lafs.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/tahoe-lafs.nix b/tahoe-lafs.nix index 3d8657d..e325918 100644 --- a/tahoe-lafs.nix +++ b/tahoe-lafs.nix @@ -26,9 +26,6 @@ buildPythonPackage rec { do sed -i "$i" -e"s/localhost/127.0.0.1/g" done - - sed -i 's/"zope.interface.*"/"zope.interface"/' src/allmydata/_auto_deps.py - sed -i 's/"pycrypto.*"/"pycrypto"/' src/allmydata/_auto_deps.py ''; -- GitLab