about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pysigma-backend-qradar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pysigma-backend-qradar/default.nix')
-rw-r--r--pkgs/development/python-modules/pysigma-backend-qradar/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pysigma-backend-qradar/default.nix b/pkgs/development/python-modules/pysigma-backend-qradar/default.nix
index 9c2976ed46f40..c88fb3e2befd1 100644
--- a/pkgs/development/python-modules/pysigma-backend-qradar/default.nix
+++ b/pkgs/development/python-modules/pysigma-backend-qradar/default.nix
@@ -7,8 +7,6 @@
   pysigma-pipeline-sysmon,
   pytestCheckHook,
   pythonOlder,
-  pythonRelaxDepsHook,
-  requests,
 }:
 
 buildPythonPackage rec {
@@ -29,7 +27,6 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     poetry-core
-    pythonRelaxDepsHook
   ];
 
   propagatedBuildInputs = [ pysigma ];