Commit dca916e6 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pysigma-pipeline-crowdstrike: refactor

parent c8ad8680
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@ buildPythonPackage rec {
    hash = "sha256-0uSoZC2cUgdOGE5saLlx5n0gbVPX61kkASCBFD4F5QM=";
  };

  nativeBuildInputs = [ poetry-core ];
  build-system = [ poetry-core ];

  propagatedBuildInputs = [ pysigma ];
  dependencies = [ pysigma ];

  nativeCheckInputs = [ pytestCheckHook ];