python3Packages.stix2-patterns: mark broken (#437657)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user