9 buildPythonPackage rec {
10 pname = "ecs-logging";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
18 repo = "ecs-logging-python";
19 rev = "refs/tags/${version}";
20 hash = "sha256-Gf44bT3/gmHy+yaQ1+bhCFB33ym2G14tzNqTQyC3BJU=";
27 # Circular dependency elastic-apm
30 pythonImportsCheck = [
35 description = "Logging formatters for the Elastic Common Schema (ECS) in Python";
36 homepage = "https://github.com/elastic/ecs-logging-python";
37 license = with licenses; [ asl20 ];
38 maintainers = with maintainers; [ fab ];