python313Packages.pysigma-backend-splunk: modernize

This commit is contained in:
Fabian Affolter
2025-12-23 09:33:10 +01:00
parent 44fc00c340
commit 26dee0c1b0
@@ -20,9 +20,9 @@ buildPythonPackage rec {
hash = "sha256-SiEESeF0YqPYDAK3OUEkqSHmn4uM5LQrCLOHvOy26Io=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [ pysigma ];
dependencies = [ pysigma ];
nativeCheckInputs = [
pysigma-pipeline-sysmon
@@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "Library to support Splunk for pySigma";
homepage = "https://github.com/SigmaHQ/pySigma-backend-splunk";
changelog = "https://github.com/SigmaHQ/pySigma-backend-splunk/releases/tag/${src.tag}";
license = licenses.lgpl21Only;
maintainers = with maintainers; [ fab ];
license = lib.licenses.lgpl21Only;
maintainers = with lib.maintainers; [ fab ];
};
}