From 159a7e6bf4455941ff5599bd66b42be95e223a83 Mon Sep 17 00:00:00 2001 From: Hubert Jasudowicz Date: Wed, 19 May 2021 19:38:36 +0200 Subject: [PATCH] fixup! pythonPackages.karton-yaramatcher: 1.1.0 -> 1.1.1 Remove yara-python substitution --- .../python-modules/karton-yaramatcher/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/karton-yaramatcher/default.nix b/pkgs/development/python-modules/karton-yaramatcher/default.nix index ac4a7b05b91..6183e950005 100644 --- a/pkgs/development/python-modules/karton-yaramatcher/default.nix +++ b/pkgs/development/python-modules/karton-yaramatcher/default.nix @@ -22,11 +22,6 @@ buildPythonPackage rec { yara-python ]; - postPatch = '' - substituteInPlace requirements.txt \ - --replace "yara-python==4.0.2" "yara-python" \ - ''; - checkPhase = '' runHook preCheck ${python.interpreter} -m unittest discover