python3Packages.stix2-patterns: mark broken (#437657)

This commit is contained in:
dotlambda
2025-08-29 19:00:48 -07:00
committed by GitHub
@@ -1,6 +1,5 @@
{
lib,
antlr4_9,
antlr4-python3-runtime,
buildPythonPackage,
fetchFromGitHub,
@@ -27,7 +26,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
(antlr4-python3-runtime.override { antlr4 = antlr4_9; })
antlr4-python3-runtime
six
];
@@ -36,6 +35,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "stix2patterns" ];
meta = with lib; {
broken = lib.versionAtLeast antlr4-python3-runtime.version "4.10";
description = "Validate patterns used to express cyber observable content in STIX Indicators";
mainProgram = "validate-patterns";
homepage = "https://github.com/oasis-open/cti-pattern-validator";