about summary refs log tree commit diff
path: root/pkgs/development/python-modules/karton-yaramatcher
diff options
context:
space:
mode:
authorHubert Jasudowicz <hubert.jasudowicz@cert.pl>2021-05-19 19:38:36 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-19 10:42:53 -0700
commit159a7e6bf4455941ff5599bd66b42be95e223a83 (patch)
tree32ad05445c9fe270de586594ca0760e9744f3827 /pkgs/development/python-modules/karton-yaramatcher
parentfd0e3970503c3bff0f6788a995d5670ff59297aa (diff)
fixup! pythonPackages.karton-yaramatcher: 1.1.0 -> 1.1.1
Remove yara-python substitution
Diffstat (limited to 'pkgs/development/python-modules/karton-yaramatcher')
-rw-r--r--pkgs/development/python-modules/karton-yaramatcher/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/karton-yaramatcher/default.nix b/pkgs/development/python-modules/karton-yaramatcher/default.nix
index ac4a7b05b910e..6183e9500059e 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