6 , pysigma-backend-elasticsearch
12 buildPythonPackage rec {
13 pname = "pysigma-backend-opensearch";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "pySigma-backend-opensearch";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-g3kGaNq07yMu3mnRDeZB3Ck8wwzK3HcOIzkl36cNOs8=";
27 substituteInPlace pyproject.toml \
28 --replace " --cov=sigma --cov-report term --cov-report xml:cov.xml" ""
35 propagatedBuildInputs = [
37 pysigma-backend-elasticsearch
45 pythonImportsCheck = [
46 "sigma.backends.opensearch"
50 # Tests requires network access
55 description = "Library to support OpenSearch for pySigma";
56 homepage = "https://github.com/SigmaHQ/pySigma-backend-opensearch";
57 changelog = "https://github.com/SigmaHQ/pySigma-backend-opensearch/releases/tag/v${version}";
58 license = with licenses; [ lgpl21Only ];
59 maintainers = with maintainers; [ fab ];